From e132bad0ea8f28b3d081cfe9a24067bc900ce917 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Mar 2021 19:53:04 -0600 Subject: [PATCH] Alright maybe this is the problem and it's a health check --- desu.local/frontend/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/desu.local/frontend/Dockerfile b/desu.local/frontend/Dockerfile index 2583d61..295aacf 100644 --- a/desu.local/frontend/Dockerfile +++ b/desu.local/frontend/Dockerfile @@ -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