diff --git a/Dockerfile b/Dockerfile index 0ae1a8c..b11074b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM httpd:latest -COPY ./game-data/ /usr/local/apache2/htdocs +COPY ./game-data/ /usr/local/apache2/htdocs \ No newline at end of file