Add the dockerbuild for my pi cluster

This commit is contained in:
2021-02-20 10:09:35 -06:00
parent fe4ba943bd
commit 21bf09d6f0
3 changed files with 562 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FROM httpd:latest
COPY httpd.conf /usr/local/apache2/conf/httpd.conf
COPY vhost.conf /usr/local/apache2/conf/vhost.conf
EXPOSE 80