Files
arbeitszeitmessung/DocumentCreator/Dockerfile
tom_trgr 855cd6f34f
Some checks failed
Tests / Run Go Tests (push) Failing after 44s
working compound days + working public holidays
2025-12-24 01:38:16 +01:00

8 lines
164 B
Docker

FROM ghcr.io/typst/typst:0.14.0
WORKDIR /app
COPY ./templates /app/templates
COPY ./static /app/static
ENTRYPOINT ["sh", "-c", "while true; do sleep 3600; done"]