We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91b6068 + 54012bf commit 497071aCopy full SHA for 497071a
Dockerfile
@@ -107,6 +107,10 @@ RUN yarn build-prod
107
# Stage 4: Production
108
FROM nginx:mainline-alpine-slim AS production
109
110
+RUN apk update \
111
+ && apk add --no-cache pcre2=10.46-r0 \
112
+ && rm -rf /var/cache/apk/*
113
+
114
# Copy nginx configuration and build application inside the final container
115
COPY --from=builder /app/docker/nginx.conf /etc/nginx/conf.d/default.conf
116
COPY --from=builder /app/dist/angular-frontend /usr/share/nginx/html
0 commit comments