All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 43s
8 lines
105 B
Docker
8 lines
105 B
Docker
FROM amacneil/dbmate:latest
|
|
|
|
WORKDIR /db/migrations
|
|
|
|
COPY db/migrations migrations
|
|
|
|
CMD ["--wait", "up"]
|