Initial commit

This commit is contained in:
woodpecker-plugins 2025-09-08 12:16:34 +00:00
commit a9560d50a0
7 changed files with 69 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM alpine
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]