5 lines
158 B
Docker

FROM scratch AS build
COPY docker-hub-description-updater-* /usr/bin/docker-hub-description-updater
ENTRYPOINT [ "/usr/bin/docker-hub-description-updater" ]