Add little stubby site for desu.local
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user