This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user