7 lines
145 B
Docker
7 lines
145 B
Docker
FROM ghcr.io/typst/typst:0.14.0
|
|
|
|
COPY ./templates ./templates
|
|
COPY ./static ./static
|
|
|
|
ENTRYPOINT ["sh", "-c", "while true; do sleep 3600; done"]
|