-
Notifications
You must be signed in to change notification settings - Fork 584
Description
I have done the following
- I have searched the existing issues
- If possible, I've reproduced the issue using the 'main' branch of this project
Steps to reproduce
i have env file and i have in it BASE_URL=http://domain.tld/path/to?apiKey=test until i add ?apiKey - it appears in env, but with these words, my app doesnt gets these BASE_URL they are cleaned from env at all ( with --env-file .env flag )
Current behavior
i have env file and i have in it BASE_URL=http://domain.tld/path/to?apiKey=test until i add ?apiKey - it appears in env, but with these words, my app doesnt gets these BASE_URL they are cleaned from env at all
Expected behavior
pass .env to container as is
Environment
- OS: 15.5 (24F74)
- Xcode: xcode-select version 2409.
- Container: 0.4.1Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct