Update Dockerfile
This commit is contained in:
parent
18106cf229
commit
09831aaa0a
|
@ -4,5 +4,5 @@ WORKDIR /site
|
|||
COPY . .
|
||||
RUN /bin/bash compile.sh
|
||||
|
||||
FROM ghcr.io/nickorlow/anthracite:0.2.0
|
||||
FROM ghcr.io/nickorlow/anthracite:0.2.1
|
||||
COPY --from=build-env /site/out/ /www/
|
||||
|
|
Loading…
Reference in a new issue