Remove the default index.html
All checks were successful
WHP Default Container / Build-and-Push (push) Successful in 11s
All checks were successful
WHP Default Container / Build-and-Push (push) Successful in 11s
This commit is contained in:
parent
cbf04f1439
commit
da058d92dc
@ -2,7 +2,7 @@ FROM httpd:alpine
|
|||||||
|
|
||||||
# Copy the default landing page to the container
|
# Copy the default landing page to the container
|
||||||
COPY index.html /index.html
|
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 the startup script
|
||||||
COPY scripts/startup.sh /startup.sh
|
COPY scripts/startup.sh /startup.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user