migrate/Dockerfile

4 lines
58 B
Docker
Raw Normal View History

2015-10-15 16:49:43 +00:00
FROM scratch
ADD migrate /migrate
ENTRYPOINT ["/migrate"]