initial attempt for build

This commit is contained in:
Michael Wodniok
2023-06-11 21:35:37 +02:00
parent 0cf6b9a84b
commit a4cbdcc725
3 changed files with 581 additions and 0 deletions

View File

@ -0,0 +1,3 @@
FROM httpd:2.4-alpine
COPY ./kole.html /usr/local/apache2/htdocs/index.html
COPY ./build/frontend/httpd.conf /usr/local/apache2/conf/httpd.conf