upgrade to anthracite 0.3.0
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Nicholas Orlowsky 2025-02-24 21:40:21 -05:00
parent c07f9f5738
commit 51f5f62918
2 changed files with 8 additions and 1 deletions

View file

@ -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

6
anthracite.cfg Normal file
View file

@ -0,0 +1,6 @@
log_level INFO
http 80 1000 blocking
event_loop 6 10000
www_dir ./www