fix(cicd): adds checkout step
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 48s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 48s
This commit is contained in:
parent
d6605d803a
commit
9734ccb9a2
@ -1,7 +1,5 @@
|
|||||||
FROM amacneil/dbmate:latest
|
FROM amacneil/dbmate:latest
|
||||||
|
|
||||||
WORKDIR /db/migrations
|
COPY ./db /db
|
||||||
|
|
||||||
COPY db/migrations migrations
|
|
||||||
|
|
||||||
CMD ["--wait", "up"]
|
CMD ["--wait", "up"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user