Add little stubby site for desu.local

This commit is contained in:
2021-03-01 19:47:06 -06:00
parent 2f861a7692
commit f10638e86e
8 changed files with 281 additions and 0 deletions

View File

@@ -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