Update Dockerfile

This commit is contained in:
Nicholas Orlowsky 2023-10-17 13:27:30 -04:00 committed by GitHub
parent 0078fc90ff
commit 5f4ec35612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,4 +5,4 @@ COPY . .
RUN /bin/bash compile.sh
FROM ghcr.io/nickorlow/anthracite:main
COPY --from=build-env ./out/ /www/
COPY --from=build-env /site/out/ /www/