1tbfree commited on
Commit
7df9e12
·
verified ·
1 Parent(s): fcd4509

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ COPY . .
22
  # Expose the port the app runs on
23
  EXPOSE 7860
24
  USER root
25
- CMD ["node server.js"]
 
22
  # Expose the port the app runs on
23
  EXPOSE 7860
24
  USER root
25
+ CMD ["node", "server.js"]