Merge pull request #383 from lbryio/feature/docker-quickfix

Fix the index.php location inside of the docker.sh
This commit is contained in:
Jeremy Kauffman 2018-02-19 12:39:11 -05:00 committed by GitHub
commit 4650e23da4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"