Fix the index.php location inside of the docker.sh

This commit is contained in:
Maxime St-Pierre 2018-02-17 22:16:22 -05:00
parent 02f1bf4195
commit 9725c79322

View file

@ -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"