Famous Anthracite!

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

View file

@ -1,8 +1,8 @@
FROM nginx:stable
FROM ghcr.io/nickorlow/anthracite:main
WORKDIR /site
COPY . .
RUN /bin/bash compile.sh
RUN cp -r ./out/* /usr/share/nginx/html
RUN cp -r ./out/* /www/