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

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"]