laogou717 commited on
Commit
902dddf
·
1 Parent(s): 118d901

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  # Pull the base image
2
- FROM ghcr.io/danny-avila/librechat:latest
3
-
4
  # Install dependencies
5
  RUN cd /app/api && npm install
6
 
7
  # Command to run on container start
8
- CMD [ "npm", "run", "backend" ]
 
1
  # Pull the base image
2
+ FROM ghcr.io/danny-avila/librechat:latest
3
+
4
  # Install dependencies
5
  RUN cd /app/api && npm install
6
 
7
  # Command to run on container start
8
+ CMD ["npm", "run", "backend"]