All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 48s
6 lines
65 B
Docker
6 lines
65 B
Docker
FROM amacneil/dbmate:latest
|
|
|
|
COPY ./db /db
|
|
|
|
CMD ["--wait", "up"]
|