| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG CREATED= |
| ARG REVISION=dd1e6e94f73db6a257a5ac34a6320e00410a2534 |
| RUN |2 CREATED= REVISION=dd1e6e94f73db6a257a5ac34a6320e00410a2534 /bin/sh -c addgroup -g 1000 typst && adduser -D -u 1000 -G typst typst # buildkit |
| LABEL org.opencontainers.image.authors=The Typst Project Developers <hello@typst.app> |
| LABEL org.opencontainers.image.created= |
| LABEL org.opencontainers.image.description=A markup-based typesetting system |
| LABEL org.opencontainers.image.documentation=https://typst.app/docs |
| LABEL org.opencontainers.image.licenses=Apache-2.0 |
| LABEL org.opencontainers.image.revision=dd1e6e94f73db6a257a5ac34a6320e00410a2534 |
| LABEL org.opencontainers.image.source=https://github.com/typst/typst |
| LABEL org.opencontainers.image.title=Typst Docker image |
| LABEL org.opencontainers.image.url=https://typst.app |
| LABEL org.opencontainers.image.vendor=Typst |
| COPY /app/target/release/typst /bin # buildkit |
| ENTRYPOINT ["/bin/typst"] |
| WORKDIR /app |
| COPY ./templates /app/templates # buildkit |
| COPY ./static /app/static # buildkit |
| ENTRYPOINT ["sh" "-c" "while true; do sleep 3600; done"] |