Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -35,6 +35,5 @@ RUN chmod 777 /app/librechat.yaml
|
|
35 |
user node
|
36 |
# Install dependencies
|
37 |
RUN cd /app/api && npm install
|
38 |
-
RUN whoami
|
39 |
# Command to run on container start
|
40 |
CMD ["npm", "run", "backend"]
|
|
|
35 |
user node
|
36 |
# Install dependencies
|
37 |
RUN cd /app/api && npm install
|
|
|
38 |
# Command to run on container start
|
39 |
CMD ["npm", "run", "backend"]
|