personal-site/Dockerfile

9 lines
114 B
Docker

FROM ghcr.io/nickorlow/anthracite:main
WORKDIR /site
COPY . .
RUN /bin/bash compile.sh
RUN cp -r ./out/* /www/