6 lines
72 B
Docker
6 lines
72 B
Docker
FROM migrate/migrate:latest
|
|
|
|
WORKDIR /
|
|
|
|
COPY ./migrations ./migrations
|