Skip to content

Commit 337252f

Browse files
authored
fix(docs): fix path for copied documentation in Dockerfile
1 parent fdaeeba commit 337252f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ RUN mdbook build docs
66

77
FROM nginx:alpine AS runtime
88

9-
COPY --from=builder /app/docs/book/ /usr/share/nginx/html/
9+
COPY --from=builder /app/book/ /usr/share/nginx/html/
1010

1111
EXPOSE 80

0 commit comments

Comments
 (0)