Files
getidev/Dockerfile

6 lines
86 B
Docker

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