Update Dockerfile

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

View file

@ -1,8 +1,8 @@
FROM ghcr.io/nickorlow/anthracite:main
FROM ubuntu as build-env
WORKDIR /site
COPY . .
RUN /bin/bash compile.sh
RUN cp -r ./out/* /www/
FROM ghcr.io/nickorlow/anthracite:main
COPY --from=build-env ./out/ /www/