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

fix: Dockerfile with ENTRYPOINT only section #52

Closed
wants to merge 1 commit into from

Conversation

jrcoding
Copy link
Contributor

@jrcoding jrcoding commented Jul 23, 2022

This is for convenience and alternatively to PR #51

AFAIK the combination of ENTRYPOINT and CMD section in Dockerfile only makes sense if one needs the feature to overwrite the default command, specified by CMD, with a different one i.e. something like analyze_test.py specified on the command line.
My impression is, that this is never the case here, right?
If I'm right, it may be better to to go back in Dockerfile to ENTRYPOINT [ "python3" , "./analyze.py" ] and leave README.md as it is?!

@jrcoding jrcoding changed the title fix: Dockerfile wit ENTRYPOINT only section fix: Dockerfile with ENTRYPOINT only section Jul 24, 2022
@tommy4st
Copy link
Collaborator

We opted for #52 because it's the way we intended it to be 😃

@tommy4st tommy4st closed this Feb 22, 2023
@jrcoding jrcoding deleted the fix/Dockerfile-only-entrypoint branch February 22, 2023 20:42
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

Successfully merging this pull request may close these issues.

2 participants