gemercheung 3 lat temu
rodzic
commit
83297bf21a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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