Adds proxies for doctrine on run
This commit is contained in:
parent
6b4cd7a612
commit
4bc0771dad
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ services:
|
|||
build: .
|
||||
volumes:
|
||||
- ./..:/app
|
||||
entrypoint: sh -c "/app/src/php/bin/doctrine orm:generate-proxies && docker-php-entrypoint"
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
|
|
Loading…
Reference in a new issue