Files
doc_ai_backed/vendor/github.com/pelletier/go-toml/v2/Dockerfile
liuyuanchuang 48e63894eb init repo
2025-12-10 18:33:37 +08:00

6 lines
113 B
Docker

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