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