aditya.siregar c9f1e33c24 Add Infra
2025-03-03 18:59:25 +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