This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user