migrate/Dockerfile
2015-10-15 12:49:43 -04:00

4 lines
58 B
Docker

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