소스 검색

update docker

gemercheung 3 년 전
부모
커밋
33b1db838f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" ]