Reorganize, generalize build-and-push.sh

This commit is contained in:
2021-02-27 05:59:33 -06:00
parent 8c4462efb5
commit 1c59f1a886
8 changed files with 1 additions and 1 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