Files
presentations/docker-example/demo/compose/front/Dockerfile
T
2024-09-18 09:24:08 +02:00

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