Amend CORS and NGINX

This commit is contained in:
2025-07-15 17:33:39 +02:00
parent 8c9d38de35
commit fc95c3fdfd
7 changed files with 46 additions and 46 deletions

View File

@@ -7,7 +7,7 @@ COPY . .
RUN npm run build
# Stage 2: Create runtime image
FROM nginxinc/nginx-unprivileged:1.25-alpine
FROM nginxinc/nginx-unprivileged:1.25-alpine AS runtime
# Create writable directories
USER root