mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 17:01:25 +00:00
Fix the index.php location inside of the docker.sh
This commit is contained in:
parent
02f1bf4195
commit
9725c79322
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ docker run --rm -it --name "dev.lbry.io" \
|
|||
-p "127.0.0.1:8000:8000" \
|
||||
-u "$(id -u):$(id -g)" \
|
||||
php:7-alpine \
|
||||
php --server "0.0.0.0:8000" --docroot "web/" "index.php"
|
||||
php --server "0.0.0.0:8000" --docroot "web/" "web/index.php"
|
||||
|
|
Loading…
Add table
Reference in a new issue