feat: add Dockerfile
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
FROM amacneil/dbmate:latest
|
||||||
|
|
||||||
|
WORKDIR /app/migrations
|
||||||
|
|
||||||
|
COPY db/migrations /app/migrations
|
||||||
|
|
||||||
|
CMD ["--wait", "up"]
|
||||||
Reference in New Issue
Block a user