Commit bb44f9b
committed
fix: Allow running with environment variables only
The application would previously error out if the config file was not found, even when environment variables were provided. This was because the Dockerfile specified a default config file path, which made the application believe a config file was explicitly required.
This change modifies the config loading logic to only error out if a config file is explicitly specified but not found, and removes the default config file path from the Dockerfile.1 parent 2c66959 commit bb44f9b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments