fix: uses actual app container for dev

This commit is contained in:
2025-05-19 16:36:37 -05:00
parent f39e307bc4
commit c47b1fc23f
3 changed files with 19 additions and 6 deletions

View File

@@ -89,7 +89,7 @@
"post-update-cmd": [
"@auto-scripts"
],
"sym": "docker compose exec php ./bin/console"
"sym": "docker compose exec app ./bin/console"
},
"conflict": {
"symfony/symfony": "*"