We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The underlying CLI project allows you to run it without any arguments, specifying all parameters via ENV variables. This container, however, does not.
Steps to reproduce is just running the container via docker cli, without providing any arguments.
It is coming from here:
awsenergylabeler-docker/awsenergylabeler/Dockerfile
Line 27 in 1d04fa7
We shouldn't provide the default CMD statement here as that breaks the intended behavior of running the underlying CLI solely with ENV variables.
CMD
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The underlying CLI project allows you to run it without any arguments, specifying all parameters via ENV variables. This container, however, does not.
Steps to reproduce is just running the container via docker cli, without providing any arguments.
It is coming from here:
awsenergylabeler-docker/awsenergylabeler/Dockerfile
Line 27 in 1d04fa7
We shouldn't provide the default
CMD
statement here as that breaks the intended behavior of running the underlying CLI solely with ENV variables.The text was updated successfully, but these errors were encountered: