diff --git a/Dockerfile b/Dockerfile index 695b566..8ccaf91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,7 @@ FROM appleboy/drone-telegram ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh + +WORKDIR /github/home + ENTRYPOINT ["/entrypoint.sh"]