Browse Source

update docker

gemercheung 3 years ago
parent
commit
83297bf21a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,4 +8,4 @@ RUN npm install
 
 
 EXPOSE $PORT
 EXPOSE $PORT
 
 
-CMD [ "node", "index.js" ]
+CMD [ "npm", "run production" ]