Skip to content
Snippets Groups Projects
Commit ab4a7807 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

remove gunicorn from entrypoint

parent 3a05a4d2
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