We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14b851 commit d4d53d4Copy full SHA for d4d53d4
1 file changed
Dockerfile
@@ -42,7 +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
+RUN /bin/sh -c apk upgrade --no-cache # buildkit
46
COPY --from=builder /public /usr/share/nginx/html
47
EXPOSE 80
48
CMD ["nginx", "-g", "daemon off;"]
0 commit comments