Merge pull request 'Fixes entrypoint for PHP' (#11) from develop into master
All checks were successful
/ build (push) Successful in 34s
All checks were successful
/ build (push) Successful in 34s
Reviewed-on: #11
This commit is contained in:
commit
e5b60e410d
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