Compare commits
No commits in common. "f233fe83882d0044529c7eef3352b3d1d8f66fd8" and "8a6eb0466ba9ec1df2c7bad33812c4308b764fa5" have entirely different histories.
f233fe8388
...
8a6eb0466b
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.28
|
FROM ghcr.io/static-web-server/static-web-server:2.27
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY --from=zola /project/public /public
|
COPY --from=zola /project/public /public
|
Loading…
Reference in a new issue