Add info developer notes about...

... the origin of Theia package.json file.
This commit is contained in:
Kris De Volder
2020-01-14 11:51:55 -08:00
parent 50260eb2ff
commit 273497cc40

View File

@@ -14,4 +14,13 @@ You can run it as follows:
docker run -it --init -p 3000:3000 -p 8080:8080 -v "$(pwd):/home/project:cached" kdvolder/sts4-theia-snapshot:latest
```
Then open `http://localhost:3000` to access it.
Then open `http://localhost:3000` to access it.
Developer Notes:
================
package.json file based on this one:
https://github.com/theia-ide/theia-apps/blob/master/theia-full-docker/latest.package.json
If it breaks in the future it is often a good idea to go back to the source and see what
the Theia folks themselves have done to address it.