[mod] update wsdd - untested

This commit is contained in:
Andy Bunce 2022-12-31 22:04:45 +00:00
parent 3dc5dd5df0
commit db5defd64d
7 changed files with 265 additions and 12 deletions

9
wsdd/Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM python:3-alpine
WORKDIR /usr/src/app
RUN apk add --no-cache curl bash && curl https://raw.githubusercontent.com/christgau/wsdd/v0.7.0/src/wsdd.py -o wsdd.py && apk del curl
copy docker-cmd.sh .
CMD [ "./docker-cmd.sh"]