Files
lti-api/vendor/github.com/pelletier/go-toml/v2/Dockerfile
T
GitLab Deploy Bot ad815b3412 .
2025-10-23 11:40:58 +07:00

6 lines
113 B
Docker

FROM scratch
ENV PATH "$PATH:/bin"
COPY tomll /bin/tomll
COPY tomljson /bin/tomljson
COPY jsontoml /bin/jsontoml