refactored the README.md file, added Dockerfile and public_html folder

This commit is contained in:
Andrea
2021-09-02 19:31:25 +02:00
parent 54346cbceb
commit 365078ae64
5 changed files with 27 additions and 42 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
ARG version=2.4.48
FROM httpd:$version-alpine
LABEL version=1.0
COPY ./public_html/ /usr/local/apache2/htdocs/
EXPOSE 80/tcp