fix(cicd): adds checkout step
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 48s

This commit is contained in:
Jake 2024-12-20 16:25:38 -03:00
parent d6605d803a
commit 9734ccb9a2

View File

@ -1,7 +1,5 @@
FROM amacneil/dbmate:latest
WORKDIR /db/migrations
COPY db/migrations migrations
COPY ./db /db
CMD ["--wait", "up"]