dcmerge/Dockerfile

5 lines
89 B
Docker

FROM scratch AS build
COPY dcmerge-* /usr/bin/dcmerge
ENTRYPOINT [ "/usr/bin/dcmerge" ]