refactored the README.md file, added Dockerfile and public_html folder
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal 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
|
||||
|
Reference in New Issue
Block a user