fix backend process compose
This commit is contained in:
parent
383a8a0fbd
commit
883f83814c
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ processes:
|
|||
period_seconds: 2
|
||||
|
||||
backend:
|
||||
command: bash backend/bin/serve
|
||||
working_dir: .
|
||||
command: php artisan serve --host=127.0.0.1 --port=8000
|
||||
working_dir: backend
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: process_healthy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue