Skip to content

Commit

Permalink
fix: remove useless docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Dec 1, 2023
1 parent 544d390 commit a69a178
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ COPY --from=builder /cocogitto_github_app /usr/bin/cocogitto_github_app

EXPOSE 8080

COPY ./docker/entrypoint.sh /entrypoint.sh
COPY ./config.example.toml ./config.toml

CMD ["cocogitto_github_app"]
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["cocogitto_github_app"]
3 changes: 0 additions & 3 deletions docker/entrypoint.sh

This file was deleted.

0 comments on commit a69a178

Please sign in to comment.