This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/run.sh

10 lines
187 B
Bash
Raw Normal View History

#! /bin/bash
/usr/local/nginx/sbin/nginx -c /conf/nginx-enterprise.conf
venv/bin/gunicorn -c conf/gunicorn_config.py application:application
while true
do
sleep 60
echo "stuff"
done