Theia: Make it easier to specify the port Theia runs on

Created on 13 Aug 2018  路  2Comments  路  Source: eclipse-theia/theia

I would like to specify the port Theia operates over besides the yarn default (3000), inside a docker image. Following this example, I tried changing the start port in /theia/examples/browser/package.json but it still did not work. Is the use of port 3000 hard-coded somewhere else?

question

Most helpful comment

It is a command line argument
E.g.
yarn start --hostname 0.0.0.0 --port 80 path/to/ws

All 2 comments

It is a command line argument
E.g.
yarn start --hostname 0.0.0.0 --port 80 path/to/ws

Please reopen if necessary.

Was this page helpful?
0 / 5 - 0 ratings