martynka commited on
Commit
e53d0d7
·
verified ·
1 Parent(s): 0da9d7c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]