migrate/Dockerfile

4 lines
58 B
Docker

FROM scratch
ADD migrate /migrate
ENTRYPOINT ["/migrate"]