Guru-25 commited on
Commit
e931137
·
verified ·
1 Parent(s): a473a6e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -6
Dockerfile CHANGED
@@ -34,9 +34,4 @@ COPY librechat.yaml /app/librechat.yaml
34
  # Install dependencies
35
  RUN cd /app/api && npm install
36
 
37
- RUN npm run migrate:agent-permissions
38
-
39
- RUN npm run migrate:prompt-permissions
40
-
41
- # Command to run on container start
42
- CMD ["npm", "run", "backend"]
 
34
  # Install dependencies
35
  RUN cd /app/api && npm install
36
 
37
+ CMD npm run migrate:agent-permissions && npm run migrate:prompt-permissions && npm run backend