We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c3e10 commit f19d63fCopy full SHA for f19d63f
1 file changed
Dockerfile
@@ -42,6 +42,7 @@ RUN for icon in apple-touch-icon.png favicon-32x32.png favicon-16x16.png; do \
42
RUN test -f /public/index.html
43
44
FROM nginx:1.28-alpine-slim
45
+RUN apk upgrade --no-cache
46
COPY --from=builder /public /usr/share/nginx/html
47
EXPOSE 80
48
CMD ["nginx", "-g", "daemon off;"]
0 commit comments