Compare commits
No commits in common. "0d26a5e6ad20a952defca4f85ff2c0c6dffcc561" and "97f1828669f318dac15a98810833b512bcc63da8" have entirely different histories.
0d26a5e6ad
...
97f1828669
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ COPY . /project
|
||||||
WORKDIR /project
|
WORKDIR /project
|
||||||
RUN ["zola", "build"]
|
RUN ["zola", "build"]
|
||||||
|
|
||||||
FROM ghcr.io/static-web-server/static-web-server:2.31
|
FROM ghcr.io/static-web-server/static-web-server:2.30
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY --from=zola /project/public /public
|
COPY --from=zola /project/public /public
|
Loading…
Reference in a new issue