Files
hereconnect/services/db-migrations/Dockerfile
T
ti 17974961b8
Deploy app frontend / app frontend (push) Successful in 1m8s
Deploy service couchdb / service couchdb (push) Successful in 17s
Deploy db-migrations / db-migrations (push) Failing after 54s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 45s
fix ci/cd
2024-12-03 14:33:55 +02:00

6 lines
220 B
Docker

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