mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Switch from manage.py to flask cli in docker-entrypoint.sh (#2353)
* Switch from manage.py to flask cli in docker-entrypoint.sh to get Docker image working again * Closes #2352
This commit is contained in:
@@ -26,7 +26,7 @@ if [[ "$SKIP_DB_PING" == "false" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Initialize database
|
# Initialize database
|
||||||
python manage.py db upgrade
|
flask db upgrade
|
||||||
|
|
||||||
# Start CTFd
|
# Start CTFd
|
||||||
echo "Starting CTFd"
|
echo "Starting CTFd"
|
||||||
|
|||||||
Reference in New Issue
Block a user