소스 검색

remove index.html from Dockerfile

Pi 4 달 전
부모
커밋
d859f102bf
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -2,5 +2,4 @@ FROM nginx:alpine
 COPY nginx.conf /etc/nginx/nginx.conf
 COPY prayer-generator/license /usr/share/nginx/html/license
 COPY css /usr/share/nginx/html/css
-COPY index.html /usr/share/nginx/html
 COPY robots.txt /usr/share/nginx/html