1tbfree commited on
Commit
918e38a
·
verified ·
1 Parent(s): bf504ce

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -21,6 +21,5 @@ COPY . .
21
 
22
  # Expose the port the app runs on
23
  EXPOSE 7860
24
-
25
- # Command to run the application
26
- CMD ["node", "server.js"]
 
21
 
22
  # Expose the port the app runs on
23
  EXPOSE 7860
24
+ USER root
25
+ CMD "node server.js"