Bump to version 0.5 of wsdd and minor Dockerfile adjustment.
This commit is contained in:
parent
f1aa1db3fb
commit
67d033ad0c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM python:3-alpine
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
RUN apk add --no-cache curl bash && curl https://raw.githubusercontent.com/christgau/wsdd/master/src/wsdd.py -o wsdd.py && apk del curl
|
RUN apk add --no-cache curl bash && curl https://raw.githubusercontent.com/christgau/wsdd/v0.5/src/wsdd.py -o wsdd.py && apk del curl
|
||||||
|
|
||||||
copy docker-cmd.sh .
|
copy docker-cmd.sh .
|
||||||
|
|
||||||
|
|
|
@ -19,5 +19,5 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
python wsdd.py ${args}
|
exec python wsdd.py ${args}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue