simplekolecalc/build/frontend/Dockerfile
Michael Wodniok a4cbdcc725
All checks were successful
continuous-integration/drone/push Build is passing
initial attempt for build
2023-06-12 19:47:22 +02:00

4 lines
144 B
Docker

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