chd 1 년 전
부모
커밋
f660d9ed71
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -8,4 +8,5 @@ COPY nginx.conf /etc/nginx/nginx.conf
 RUN npm install
 RUN rm -rf index.html
 
-ENTERYPOINT ["node","server.js"]
+ENTRYPOINT ["node","server.js"]
+