Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not add .env.project and .env.vault to .dockerignore #327

Open
CamilleHbp opened this issue Jan 3, 2024 · 0 comments
Open

Do not add .env.project and .env.vault to .dockerignore #327

CamilleHbp opened this issue Jan 3, 2024 · 0 comments

Comments

@CamilleHbp
Copy link

I do not embed dotenv files in my containers since the environment variables should be provided at container runtime, never at image build time.

Currently the CLI automatically modifies my .dockerignore files even if I don't want it too.

What is the reason for this behaviour? Could you remove this “feature” from the dotenv vault CLI, or at least make it toggleable using a setting? Unless it already is, then I apologies. 😅

Thank you very much for your work! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant