Files
presentations/demo/compose/front/Dockerfile
T

3 lines
128 B
Docker

FROM httpd:alpine
COPY ./index.html /usr/local/apache2/htdocs/index.html
COPY ./my-httpd.conf /usr/local/apache2/conf/httpd.conf