stkrootedcyber commited on
Commit
5e2f439
·
verified ·
1 Parent(s): 6272400

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,4 +10,5 @@ WORKDIR /home/node/Suhaily-Whatsapp-Bot
10
  RUN chmod -R 777 /home/node/Suhaily-Whatsapp-Bot/
11
  RUN yarn install --network-concurrency 1
12
  EXPOSE 8000
 
13
  CMD ["npm", "start"]
 
10
  RUN chmod -R 777 /home/node/Suhaily-Whatsapp-Bot/
11
  RUN yarn install --network-concurrency 1
12
  EXPOSE 8000
13
+ ENV NODE_ENV=production
14
  CMD ["npm", "start"]