Fixes entrypoint for PHP #11
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ services:
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- ./..:/app
|
- ./..:/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:
|
volumes:
|
||||||
caddy_data:
|
caddy_data:
|
||||||
|
|
Loading…
Reference in a new issue