This repository has been archived on 2025-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker-example/demo/compose/front/Dockerfile
T
2024-07-27 19:52:58 +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