Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 463 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 463 Bytes

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