Closed evandam closed 2 years ago
It would be helpful to be able to pass --env-file to the docker-run command but I don't see a field for it in the plugin.
--env-file
docker-run
My alternative right now is to use the docker compose Buildkite plugin and set all of the env vars in my docker-compose.yml, but it's not ideal.
docker-compose.yml
Great idea! I have implemented it in PR #212
It would be helpful to be able to pass
--env-file
to thedocker-run
command but I don't see a field for it in the plugin.My alternative right now is to use the docker compose Buildkite plugin and set all of the env vars in my
docker-compose.yml
, but it's not ideal.