diff --git a/Dockerfile b/Dockerfile index 1134083..0b589c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/