Fixes entrypoint for PHP #11
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ services:
|
|||
build: .
|
||||
volumes:
|
||||
- ./..:/app
|
||||
entrypoint: sh -c "/app/src/php/bin/doctrine orm:generate-proxies && docker-php-entrypoint"
|
||||
entrypoint: sh -c "php /app/src/php/bin/doctrine.php orm:generate-proxies && docker-php-entrypoint"
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
|
|
Loading…
Reference in a new issue