entrypoint-marcell.sh 179 Bytes Edit Raw Blame History 1 2 3 4 5 #!/bin/sh gosu postgres /etc/init.d/postgresql start gosu collector gunicorn --chdir ./collector collector.wsgi:application --bind 0.0.0.0:8000 --keep-alive 3600 --timeout 3600