Compare commits
2 commits
97f1828669
...
0d26a5e6ad
Author | SHA1 | Date | |
---|---|---|---|
0d26a5e6ad | |||
709137f8c1 |
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ COPY . /project
|
|||
WORKDIR /project
|
||||
RUN ["zola", "build"]
|
||||
|
||||
FROM ghcr.io/static-web-server/static-web-server:2.30
|
||||
FROM ghcr.io/static-web-server/static-web-server:2.31
|
||||
WORKDIR /
|
||||
COPY --from=zola /project/public /public
|
Loading…
Reference in a new issue