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 64729c0 commit 212923bCopy full SHA for 212923b
Dockerfile
@@ -2,7 +2,7 @@ FROM cgr.dev/chainguard/nginx
2
LABEL org.opencontainers.image.source="https://github.com/settlemint/btp-docs"
3
4
WORKDIR /usr/share/nginx/html/documentation
5
-COPY --chmod=0777 ./build/ /usr/share/nginx/html
+COPY --chmod=0777 ./build/ /usr/share/nginx/html/documentation
6
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
0 commit comments