Files
hereconnect/services/db-migrations/Dockerfile
T
ti 920d7f089f
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
ci db-migrations
2024-12-03 13:33:37 +02:00

8 lines
165 B
Docker

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"]