mfoud444 commited on
Commit
23d540c
·
verified ·
1 Parent(s): 64b15d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ COPY . .
29
  EXPOSE 7860
30
 
31
  # Start the bot
32
- CMD ["npm", "start"]
 
29
  EXPOSE 7860
30
 
31
  # Start the bot
32
+ CMD ["npm", "run", "dev"]