Skip to content

Commit 212923b

Browse files
authored
fix: docs 404 (#2)
1 parent 64729c0 commit 212923b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

44
WORKDIR /usr/share/nginx/html/documentation
5-
COPY --chmod=0777 ./build/ /usr/share/nginx/html
5+
COPY --chmod=0777 ./build/ /usr/share/nginx/html/documentation
66
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

0 commit comments

Comments
 (0)