Fix flattening
This commit is contained in:
parent
a1019449eb
commit
f042d4eaa7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user