3
0
mirror of https://git.coop/cotech/website.git synced 2025-10-06 12:54:34 +00:00

Switch to docker-compose with .htaccess support

This commit is contained in:
Nick Sellen
2018-12-15 13:04:49 +00:00
parent 818f4e4dc5
commit 5cf4d22662
7 changed files with 598 additions and 29 deletions

3
docker/web/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM httpd:2.4
COPY httpd.conf /usr/local/apache2/conf/httpd.conf