exercism / exercism/development-environment
Detect the port at which the website is running in the bin/start script
Open
- Dominant language
- Ruby
- Stars
- 16
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
The `bin/start` script is used to spin up the environment. There are two mentions of the website running on port 3020, and one test to see if the website has actually started that also uses that port. It is possible though for a student to change the port mapping in the docker-compose file, which would mean that the mentions and check would be incorrect. We should detect at which port the website runs and update the `bin/start` script.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.