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.
1 parent 8bd0ebb commit a1bc139Copy full SHA for a1bc139
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM cgr.dev/chainguard/nginx
+FROM nginxinc/nginx-unprivileged:1.27-bookworm
2
LABEL org.opencontainers.image.source="https://github.com/settlemint/btp-docs"
3
4
WORKDIR /usr/share/nginx/html/documentation
@@ -7,3 +7,4 @@ COPY --chmod=0777 ./nginx.conf /etc/nginx/nginx.conf
7
COPY --chmod=0777 ./nginx.default.conf /etc/nginx/conf.d/default.conf
8
HEALTHCHECK NONE
9
USER 1001
10
+ENTRYPOINT ["nginx", "-g", "daemon off;"]
0 commit comments