Browse Source

remove index.html from Dockerfile

Pi 4 months ago
parent
commit
d859f102bf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

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