Skip to content
Snippets Groups Projects
Commit a879558e authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

parents 9d3194c1 ab4a7807
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,6 @@ wait-for-it db:5432 --strict --timeout=0 ...@@ -5,8 +5,6 @@ wait-for-it db:5432 --strict --timeout=0
echo "Waiting for redis..." echo "Waiting for redis..."
wait-for-it redis:6379 --strict --timeout=0 wait-for-it redis:6379 --strict --timeout=0
GUNICORN_WORKERS="${GUNICORN_WORKERS:-1}"
source venv/bin/activate source venv/bin/activate
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then
flask deploy flask deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment