gemercheung 3 лет назад
Родитель
Сommit
83297bf21a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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