mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
chore: added volume mount to migration docker dev image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user