diff --git a/Dockerfile b/Dockerfile index 2fe3ca2..2c3a5b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM httpd:alpine # Copy the default landing page to the container COPY index.html /index.html - +RUN rm /usr/local/apache2/htdocs/index.html # Copy the startup script COPY scripts/startup.sh /startup.sh