Parcourir la source

update docker

gemercheung il y a 3 ans
Parent
commit
33b1db838f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,4 +8,4 @@ RUN npm install
 
 EXPOSE $PORT
 
-CMD [ "npm", "run production" ]
+CMD [ "npm", "run-script","production" ]