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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,6 +35,6 @@ RUN chmod 777 /app/librechat.yaml
35
  user node
36
  # Install dependencies
37
  RUN cd /app/api && npm install
38
-
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
+ RUN whoami
39
  # Command to run on container start
40
  CMD ["npm", "run", "backend"]