saguijs / sagui

:monkey: Front-end tooling in a single dependency
http://sagui.js.org/
MIT License
669 stars 32 forks source link

Fixed the bug where exposed port differs from the internal port which… #321

Closed hex0cter closed 7 years ago

hex0cter commented 7 years ago

When running

sagui develop --port <port>

Sagui uses this port for the hot module replacement. This will break when the server is started in a dockerized environment (using different ports on the host than the container) or when an additional port mapping is used behind the firewall.