forked from gnibeil/simplekolecalc
Michael Wodniok
a4cbdcc725
All checks were successful
continuous-integration/drone/push Build is passing
4 lines
144 B
Docker
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
|