UPDATE
This commit is contained in:
@@ -43,5 +43,9 @@ if [ -n "${DEVELOP}" ] && [ "${SKIP_MIGRATE}" != "1" ]; then
|
||||
echo "Demo seeders done."
|
||||
fi
|
||||
|
||||
echo "Collecting static files..."
|
||||
python manage.py collectstatic --noinput
|
||||
echo "Static files ready."
|
||||
|
||||
echo "Starting command: $*"
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user