Arguments and environment priority order
Open
- Dominant language
- Python
- Stars
- 36
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
*Following https://github.com/dogecoin/docker/pull/13#discussion_r767340038*
The current behavior is that arguments override environment. Idk if we should do the opposite.
Regarding our choice, we would have to switch the following lines in `entrypoint.main`:
```
executable_args = convert_env(executable)
executable_args += sys.argv[1:]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.