Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 657 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 657 Bytes

che-theia

Project structure

How to build own che-theia image

First you need to build che-theia-dev image:

Run in dockerfiles/theia-dev dir:

    ./build.sh

Then in dockerfiles/theia run:

./build.sh --build-args:THEIA_VERSION=master --branch:master --git-ref:refs\\/heads\\/master

That script will clone Theia from master branch and all Che related extensions from theirs master branches.