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/conf/init/nginx_conf_create.sh

8 lines
166 B
Bash
Raw Normal View History

#!/bin/bash
2017-02-13 19:14:44 +00:00
QUAYDIR=${QUAYDIR:-"/"}
QUAYPATH=${QUAYPATH:-"."}
QUAYCONF=${QUAYCONF:-"$QUAYPATH/conf"}
2017-02-13 19:14:44 +00:00
cd $QUAYDIR
venv/bin/python $QUAYCONF/init/nginx_conf_create.py