Amend CORS and NGINX
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user