Compare commits
2 commits
f594687528
...
3c621a4979
Author | SHA1 | Date | |
---|---|---|---|
3c621a4979 | |||
dfaff521ab |
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.31
|
||||
FROM ghcr.io/static-web-server/static-web-server:2.32
|
||||
WORKDIR /
|
||||
COPY --from=zola /project/public /public
|
Loading…
Reference in a new issue