This commit is contained in:
mike
2025-12-15 22:47:32 +01:00
parent c4f80186b6
commit e9284ae0f6

View File

@@ -5,8 +5,5 @@ WORKDIR /usr/share/nginx/html
# Copy static files # Copy static files
COPY public/ ./ COPY public/ ./
# If the site references additional resources, copy them too
COPY resources/ ./resources
# Provide custom nginx.conf for clean URLs # Provide custom nginx.conf for clean URLs
COPY nginx.conf /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d/default.conf