Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docker-entrypoint when called with atlantis (runatlantis#3060)
Prior to v0.22.0 the container could be run with the command `atlantis server`. However this was broken by runatlantis#2770: ``` Error: unknown command "atlantis" for "atlantis" ``` This PR reverts to previous functionality and matches the comment. Following calls all work again: ```sh docker run atlantis server docker run atlantis --help docker run atlantis atlantis server docker run atlantis atlantis --help ```
- Loading branch information