random loop timer ewsposter

This commit is contained in:
t3chn0m4g3 2020-01-30 11:07:28 +00:00
parent fa0fdbb579
commit 64907a2eba

View file

@ -46,4 +46,4 @@ RUN apk -U --no-cache add \
# Run ewsposter
STOPSIGNAL SIGINT
USER ews:ews
CMD sleep 10 && exec /usr/bin/python3 -u /opt/ewsposter/ews.py -l 60
CMD sleep 10 && exec /usr/bin/python3 -u /opt/ewsposter/ews.py -l $(shuf -i 10-60 -n 1)