chore: added volume mount to migration docker dev image

This commit is contained in:
Akhil Mohan
2024-04-15 02:24:14 +05:30
parent 97afc4ff51
commit e2967f5e61

View File

@@ -66,6 +66,8 @@ services:
environment:
- DB_CONNECTION_URI=postgres://infisical:infisical@db/infisical?sslmode=disable
command: npm run migration:latest
volumes:
- ./backend/src:/app/src
backend:
container_name: infisical-dev-api