diff --git a/Dockerfile b/Dockerfile index 5343fbf..1fdb86a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx -COPY . /usr/share/nginx/html +FROM httpd:2.4 +COPY . /usr/local/apache2/htdocs/