imseldrith commited on
Commit
78ba07a
·
verified ·
1 Parent(s): c2fbd5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY . .
15
  EXPOSE 7860
16
 
17
  # Define the command to run your app
18
- CMD ["node", "server.js"]
 
15
  EXPOSE 7860
16
 
17
  # Define the command to run your app
18
+ CMD ["npm", "start"]