Commit 9bf66f4
authored
Fix FrankenPHP Docker example and add local dev tip (#8177)
- Replace WORKDIR with SERVER_ROOT env var to correctly set
FrankenPHP's document root to /app/webroot (default is /app/public)
- Fix composer install running in wrong directory (webroot/ instead of /app)
- Add tip about bin/cake server --frankenphp for local development1 parent b68bf85 commit 9bf66f4
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
393 | | - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
394 | 395 | | |
395 | | - | |
| 396 | + | |
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
| |||
425 | 426 | | |
426 | 427 | | |
427 | 428 | | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
428 | 437 | | |
429 | 438 | | |
430 | 439 | | |
| |||
0 commit comments