docker build . -t theiaide/theia-php:latestdocker build --build-arg version=next . -t theiaide/theia-php:nextdocker run -it --init -p 3000:3000 -v "$(pwd):/home/project" theiaide/theia-php:latestdocker run -it --init -e "PHPLS_ALLOW_XDEBUG=2.6.1" -p 3000:3000 -v "$(pwd):/home/project" theiaide/theia-php:latest