Ver código fonte

update docker

gemercheung 3 anos atrás
pai
commit
83297bf21a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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