mariotoffia / FluentDocker

Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI
Apache License 2.0
1.31k stars 97 forks source link

.UseEnvironmentFile() does not seem to load the file at all #290

Open sdi-apmm opened 1 year ago

mariotoffia commented 1 year ago

Hi @sdi-apmm, please enable logging and check if it emits your files. It should be --env-file=...

If not, please fork create a simple test function so I may fix the bug.

Cheers, Mario :)