Initial Commit
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2024-04-15 13:26:48 -07:00
commit 67414acfed
5 changed files with 440 additions and 0 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM python:3-alpine
ADD plugin.sh /bin/
RUN chmod +x /bin/plugin.sh
RUN apk -Uuv add ca-certificates
RUN pip install twine
ENTRYPOINT /bin/plugin.sh