[mod] update wsdd - untested
This commit is contained in:
parent
3dc5dd5df0
commit
db5defd64d
7 changed files with 265 additions and 12 deletions
9
wsdd/Dockerfile
Normal file
9
wsdd/Dockerfile
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue