diff --git a/Dockerfile b/Dockerfile index 6061ef4..bb9c6f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["cocogitto_github_app"] \ No newline at end of file diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh deleted file mode 100755 index de15a49..0000000 --- a/docker/entrypoint.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec "$@" \ No newline at end of file