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

feat(Dockerfile): switch cmd to entrypoint #119

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 19, 2023

  1. feat(Dockerfile): switch cmd to entrypoint

    By using `ENTRYPOINT` for the default command, it is possible to extend the command with arguments by using `CMD` in a custom Dockerfile. As the command itself doesn't need to be changed/overwritten with this approach, changes to the location of the binary or command will not break these configurations in the future.
    
    Signed-off-by: Joda Stößer <git@simjo.st>
    SimJoSt committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    baace31 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/Dockerfile/switch-cmd-to-entrypoint

    Signed-off-by: Joda Stößer <git@simjo.st>
    SimJoSt committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    167276c View commit details
    Browse the repository at this point in the history