Update Dockerfile

This commit is contained in:
Nicholas Orlowsky 2023-10-20 13:40:32 -04:00 committed by GitHub
parent 18106cf229
commit 09831aaa0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,5 +4,5 @@ WORKDIR /site
COPY . . COPY . .
RUN /bin/bash compile.sh 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/ COPY --from=build-env /site/out/ /www/