diff --git a/Dockerfile b/Dockerfile index 5a2b30b..a0f4c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM httpd -COPY ./ /var/www/html \ No newline at end of file +COPY ./ /usr/local/apache2/htdocs/ \ No newline at end of file