FROM ubuntu as build-env WORKDIR /site COPY . . RUN /bin/bash compile.sh FROM ghcr.io/nickorlow/anthracite:main COPY --from=build-env ./out/ /www/