whoogle-search/root/etc/services.d/whooglesearch/run
mohammedalqadi 0ed071487b
Create run
Adding needed files for docker image
2020-05-11 06:01:39 +03:00

9 lines
137 B
Plaintext

#!/usr/bin/with-contenv bash
WEB_PORT=${WEB_PORT:-5000}
cd /
exec \
s6-setuidgid abc flask run --host="0.0.0.0" --port="${WEB_PORT}"