reghao 4 년 전
부모
커밋
628d368f9a
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .gitignore
  2. 4 0
      Dockerfile

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+
+node_modules/
+
+.idea/

+ 4 - 0
Dockerfile

@@ -0,0 +1,4 @@
+FROM debian10/nginx
+
+RUN sed -i 's/8080/8091/' /etc/nginx/conf.d/http.conf
+COPY ./dist /opt/webroot/