Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 [
|
|
|
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"]
|