Fix flattening

This commit is contained in:
Salt 2021-03-01 19:58:44 -06:00
parent a1019449eb
commit f042d4eaa7

View File

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