upgrade to anthracite 0.3.0
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
c07f9f5738
commit
51f5f62918
|
@ -4,5 +4,6 @@ WORKDIR /site
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN /bin/bash compile.sh
|
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 --from=build-env /site/out/ /www/
|
||||||
|
COPY anthracite.cfg ./anthracite.cfg
|
||||||
|
|
6
anthracite.cfg
Normal file
6
anthracite.cfg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
log_level INFO
|
||||||
|
|
||||||
|
http 80 1000 blocking
|
||||||
|
|
||||||
|
event_loop 6 10000
|
||||||
|
www_dir ./www
|
Loading…
Reference in a new issue