diff --git a/Dockerfile b/Dockerfile index 1134083..03bca9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM nginx:stable +FROM ubuntu as build-env WORKDIR /site - COPY . . - RUN /bin/bash compile.sh -RUN cp -r ./out/* /usr/share/nginx/html + +FROM ghcr.io/nickorlow/anthracite:0.2.1 +COPY --from=build-env /site/out/ /www/ diff --git a/src/structure.template.html b/src/structure.template.html index 0805be0..bb421d2 100644 --- a/src/structure.template.html +++ b/src/structure.template.html @@ -17,6 +17,7 @@