kudulab / dojo

Containerize your development and operations environment
Apache License 2.0
296 stars 19 forks source link

Use the same environment variables when shell out and for envFile #7

Closed xmik closed 5 years ago

xmik commented 5 years ago

There is a bug that different environment variables are used when running a docker run or docker-compose run command and when creating the envFile. This PR makes Dojo use the same environment variables in both cases.