Søren Rasmussen
07a23c1845
Some checks reported errors
continuous-integration/drone/push Build encountered an error
5 lines
113 B
Docker
5 lines
113 B
Docker
FROM scratch
|
|
ENV PATH "$PATH:/bin"
|
|
COPY tomll /bin/tomll
|
|
COPY tomljson /bin/tomljson
|
|
COPY jsontoml /bin/jsontoml
|