Explorar el Código

remove index.html from Dockerfile

Pi hace 4 meses
padre
commit
d859f102bf
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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