ShadowVNs commited on
Commit
e893c3e
1 Parent(s): 2c25318

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ COPY --chown=node:node . .
14
 
15
  EXPOSE 7860
16
 
17
- CMD [ "npm", "start" ]
 
14
 
15
  EXPOSE 7860
16
 
17
+ CMD [ "node", "index.js" ]