Fix docker file
All checks were successful
default / build-and-push (push) Successful in 18s

This commit is contained in:
Michele Rossi
2026-01-10 22:14:16 +01:00
parent 096982162a
commit fb6bfa9273

View File

@@ -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 && \