Skip to content

Latest commit

 

History

History
 
 

theia-php-docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

PHP

Build latest

docker build . -t theiaide/theia-php:latest

Build next

docker build --build-arg version=next . -t theiaide/theia-php:next

Run locally on Linux or OS X

docker run -it --init -p 3000:3000 -v "$(pwd):/home/project" theiaide/theia-php:latest

Run with xdebug

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