[WEB-4485] - fix(dev): get local dev migrator working again #7397

This commit is contained in:
Aaron Heckmann 2025-07-12 07:15:45 -07:00 committed by GitHub
parent a3714c8e3e
commit 17c90a9d93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,7 +192,7 @@ services:
- ./apps/api:/code
command: ./bin/docker-entrypoint-migrator.sh --settings=plane.settings.local
env_file:
- .env
- ./apps/api/.env
depends_on:
- plane-db
- plane-redis