Compare commits
No commits in common. "8f466e4707fe2c3e0e357ea256f5717431513140" and "95a30892e48a34cd0287c40da436eaced1b832d1" have entirely different histories.
8f466e4707
...
95a30892e4
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.30
|
FROM ghcr.io/static-web-server/static-web-server:2.28
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY --from=zola /project/public /public
|
COPY --from=zola /project/public /public
|
Loading…
Reference in a new issue