diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f1a8e35 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM amacneil/dbmate:latest + +WORKDIR /app/migrations + +COPY db/migrations /app/migrations + +CMD ["--wait", "up"]