diff --git a/Dockerfile b/Dockerfile index 03bca9e..5ba03e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,6 @@ WORKDIR /site COPY . . RUN /bin/bash compile.sh -FROM ghcr.io/nickorlow/anthracite:0.2.1 +FROM ghcr.io/nickorlow/anthracite:0.3.0 COPY --from=build-env /site/out/ /www/ +COPY anthracite.cfg ./anthracite.cfg diff --git a/anthracite.cfg b/anthracite.cfg new file mode 100644 index 0000000..1a6bab5 --- /dev/null +++ b/anthracite.cfg @@ -0,0 +1,6 @@ +log_level INFO + +http 80 1000 blocking + +event_loop 6 10000 +www_dir ./www