Skip to content

Commit f759456

Browse files
author
lijianguo
committed
chore(passport): add collectstatic
1 parent 60055dd commit f759456

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rootfs/bin/boot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ echo ""
2727
echo "Database Migrations:"
2828
python /app/manage.py migrate --noinput
2929

30+
echo ""
31+
echo "Collectstatic:"
32+
python /app/manage.py collectstatic --noinput
33+
3034
echo ""
3135
if [ "${ADMIN_USERNAME}" ] && [ "${ADMIN_PASSWORD}" ] && [ "${ADMIN_EMAIL}" ]; then
3236
echo "Create administrator"

0 commit comments

Comments
 (0)