Update Dockerfile
Browse files- 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 |
-
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|