mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 10:52:51 +00:00
9 lines
167 B
Docker
9 lines
167 B
Docker
FROM appleboy/drone-telegram:1.3.4-linux-amd64
|
|
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
WORKDIR /github/workspace
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|