Compare commits
2 commits
3938c7fbab
...
54592473bc
Author | SHA1 | Date | |
---|---|---|---|
54592473bc | |||
c5452679a7 |
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ RUN apk add wget gzip tar && \
|
||||||
tar xvf mdbook.tar.gz && \
|
tar xvf mdbook.tar.gz && \
|
||||||
./mdbook build
|
./mdbook build
|
||||||
|
|
||||||
FROM ghcr.io/static-web-server/static-web-server:2.30
|
FROM ghcr.io/static-web-server/static-web-server:2.31
|
||||||
COPY --from=build /build/book /public
|
COPY --from=build /build/book /public
|
||||||
|
|
Loading…
Reference in a new issue