zkt25/z1/web/Dockerfile

7 lines
131 B
Docker
Raw Normal View History

2025-03-04 08:34:28 +00:00
FROM httpd:2.4
# Copies your static HTML file into the Apache document root
COPY index.html /usr/local/apache2/htdocs/
EXPOSE 80