mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 08:51:34 +00:00
Merge pull request #383 from lbryio/feature/docker-quickfix
Fix the index.php location inside of the docker.sh
This commit is contained in:
commit
4650e23da4
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