Files
lti-api/vendor/github.com/pelletier/go-toml/v2/Dockerfile
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +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