mirror of
https://gricad-gitlab.univ-grenoble-alpes.fr/tienyoun/presentations.git
synced 2026-09-26 13:31:01 +00:00
3 lines
128 B
Docker
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 |