NewsBlur-viq/newsblur_web/entrypoint.sh

4 lines
134 B
Bash
Raw Normal View History

if [[ -z "${TEST}" && "${TEST}" = "True" ]]
then echo "starting test env"
else gunicorn --bind :8000 newsblur_web.wsgi:application
fi