diff --git a/Dockerfile b/Dockerfile index 2c3a5b6..1ca987b 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 +RUN rm -f /usr/local/apache2/htdocs/index.html # Copy the startup script COPY scripts/startup.sh /startup.sh