aqul commited on
Commit
8445c21
·
verified ·
1 Parent(s): a7b32ae

fix: missing CMD

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN chmod -R 777 /app && \
16
  npm install --force
17
 
18
  EXPOSE 7860
19
- CMD ["npm", "start"]
 
16
  npm install --force
17
 
18
  EXPOSE 7860
19
+ CMD ["node", "app.js"]