Commit 236ff88
committed
Fix CMD: Use explicit export for environment variables
- Use 'export VAR=default' instead of just setting variables
- Ensures variables are properly exported in shell environment
- Fixes GitHub Actions CI/CD pipeline failures with envsubst
- Container works reliably across different environments1 parent a6069d0 commit 236ff88
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments