Skip to content

Commit a1bc139

Browse files
authored
fix: update Dockerfile
1 parent 8bd0ebb commit a1bc139

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cgr.dev/chainguard/nginx
1+
FROM nginxinc/nginx-unprivileged:1.27-bookworm
22
LABEL org.opencontainers.image.source="https://github.com/settlemint/btp-docs"
33

44
WORKDIR /usr/share/nginx/html/documentation
@@ -7,3 +7,4 @@ COPY --chmod=0777 ./nginx.conf /etc/nginx/nginx.conf
77
COPY --chmod=0777 ./nginx.default.conf /etc/nginx/conf.d/default.conf
88
HEALTHCHECK NONE
99
USER 1001
10+
ENTRYPOINT ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)