DemocracyLab / DemocracyLab/CivicTechExchange
Add better documentation for creating docker .env file
Open
DevOps
Documentation
- Dominant language
- JavaScript
- Stars
- 105
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Developers who use our docker configuration must create a .env file, which is most easily done by copying example.env to .env. However, many new developers miss this step.
## Add Documentation ##
- In example.env comment
- As part of dockerfile config, either copy example.env to .env and tell the user, or just detect .env is not there and instruct them to create it
Contributor guide
Assessment
This issue has not been assessed yet.