Update entrypoint.sh
This commit was merged in pull request #12.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# echo "Running DB migrations..."
|
# echo "Running DB migrations..."
|
||||||
flask db migrate -m "Migration on $(date)"
|
# flask db migrate -m "Migration on $(date)"
|
||||||
flask db upgrade
|
# flask db upgrade
|
||||||
|
|
||||||
echo "Starting Gunicorn server..."
|
echo "Starting Gunicorn server..."
|
||||||
exec gunicorn -w 4 -b 0.0.0.0:5000 wsgi:wsgi_app
|
exec gunicorn -w 4 -b 0.0.0.0:5000 wsgi:wsgi_app
|
||||||
|
|||||||
Reference in New Issue
Block a user