소스 검색

[CI SKIP]

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

+ 2 - 0
Dockerfile

@@ -1,6 +1,8 @@
 FROM hub.evbj.easou.com/pro/book-api-nginx:v1.0.1
 
 COPY hostlist.conf /app/soft/nginx/conf/vhosts/book/hostlist.conf
+COPY book.conf /app/soft/nginx/conf/vhosts/book/book.conf
+COPY https.conf /app/soft/nginx/conf/vhosts/book/https.conf
 
 #start nginx
 ENTRYPOINT ["entrypoint.sh"]