Files
hereconnect/services/db-migrations/Dockerfile
T
ti afffc80423
Deploy app frontend / app frontend (push) Successful in 1m14s
Deploy service couchdb / service couchdb (push) Successful in 15s
Deploy db-migrations / db-migrations (push) Failing after 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 43s
fix ci/cd
2024-12-03 14:19:15 +02:00

10 lines
207 B
Docker

FROM oven/bun:1.1.38-alpine
WORKDIR /opt/db-migrations
VOLUME /opt/db-migrations/data
COPY . ./
CMD ["bun", "./node_modules/migrate/bin/migrate", "up", "--state-file=/opt/db-migrations/data/state.json"]