When opening the nginx port after devcontainer creation and install scrips are run, the nignx is set to localhost:8000 which won't work since this is set by default BASE_URL="${BASE_Url:-http://localhost/}".
I think it would be best if these were automatically set to match.
Thoughts?
When opening the nginx port after devcontainer creation and install scrips are run, the nignx is set to localhost:8000 which won't work since this is set by default BASE_URL="${BASE_Url:-http://localhost/}".
I think it would be best if these were automatically set to match.
Thoughts?