6 lines
67 B
Docker
6 lines
67 B
Docker
|
FROM amacneil/dbmate:v1.12.1
|
||
|
|
||
|
COPY ./db ./db
|
||
|
|
||
|
CMD ["--wait", "up"]
|