Alright maybe this is the problem and it's a health check

This commit is contained in:
Salt 2021-03-01 19:53:04 -06:00
parent 6826034958
commit e132bad0ea

View File

@ -1,6 +1,5 @@
FROM httpd:latest
COPY httpd.conf /usr/local/apache2/conf/httpd.conf
COPY vhost.conf /usr/local/apache2/conf/vhost.conf
CMD rm /usr/local/apache2/htdocs/index.html
COPY src/* /usr/local/apache2/htdocs
EXPOSE 80