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