SiDoMan/Dockerfile

9 lines
188 B
Docker
Raw Normal View History

2020-10-21 21:27:31 +00:00
FROM sahrea/webserver
2020-10-21 22:56:46 +00:00
WORKDIR /var/www/html
2020-10-21 21:30:45 +00:00
COPY index.php /var/www/html/index.php
COPY style/ /var/www/html/style/
2020-10-21 21:37:20 +00:00
COPY pages/ /var/www/html/pages/
2020-10-21 21:30:45 +00:00
COPY classen/ /var/www/html/classen/