ci db-migrations
Deploy service couchdb / service couchdb (push) Successful in 21s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 50s

This commit is contained in:
2024-12-03 13:33:37 +02:00
parent eb1c5486a0
commit 920d7f089f
10 changed files with 87 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM oven/bun:1.1.38-alpine
VOLUME /opt/migrations/data
COPY . ./
CMD ["bun", "./node_modules/migrate/bin/migrate", "-f", "/opt/migrations/data/migrations.json"]