Alright maybe this is the problem and it's a health check
This commit is contained in:
parent
6826034958
commit
e132bad0ea
@ -1,6 +1,5 @@
|
|||||||
FROM httpd:latest
|
FROM httpd:latest
|
||||||
COPY httpd.conf /usr/local/apache2/conf/httpd.conf
|
COPY httpd.conf /usr/local/apache2/conf/httpd.conf
|
||||||
COPY vhost.conf /usr/local/apache2/conf/vhost.conf
|
COPY vhost.conf /usr/local/apache2/conf/vhost.conf
|
||||||
CMD rm /usr/local/apache2/htdocs/index.html
|
|
||||||
COPY src/* /usr/local/apache2/htdocs
|
COPY src/* /usr/local/apache2/htdocs
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
Loading…
Reference in New Issue
Block a user