Compare commits
2 commits
e8ab361bc6
...
73f24e7132
| Author | SHA1 | Date | |
|---|---|---|---|
| 73f24e7132 | |||
| 033bb99da3 |
1 changed files with 14 additions and 0 deletions
14
process-compose.yml
Normal file
14
process-compose.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
version: "1"
|
||||||
|
|
||||||
|
processes:
|
||||||
|
backend:
|
||||||
|
command: php -S 127.0.0.1:8000 -t backend/public/
|
||||||
|
working_dir: .
|
||||||
|
availability:
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
frontend:
|
||||||
|
command: npm run dev
|
||||||
|
working_dir: frontend/rabbi_gerzi
|
||||||
|
availability:
|
||||||
|
restart: always
|
||||||
Loading…
Add table
Add a link
Reference in a new issue