diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 9066c97..9a12075 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -1,8 +1,8 @@ #!/bin/sh # echo "Running DB migrations..." -flask db migrate -m "Migration on $(date)" -flask db upgrade +# flask db migrate -m "Migration on $(date)" +# flask db upgrade echo "Starting Gunicorn server..." exec gunicorn -w 4 -b 0.0.0.0:5000 wsgi:wsgi_app