diff --git a/Dockerfile b/Dockerfile index 3cb14c7..cee2d16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY nginx.conf /etc/nginx/conf.d/jmpgames.conf # Create the directory and copy website files # Ensure the folder structure matches your 'root' directive in nginx.conf WORKDIR /var/www/jmpgames.it -COPY.. +COPY . . # Fix permissions so Nginx can read the files RUN chown -R nginx:nginx /var/www/jmpgames.it && \