add update command

This commit is contained in:
Ariel Rin 2024-02-24 20:41:10 +10:00
parent d6372bd093
commit 12f1444fe7
No known key found for this signature in database

View File

@ -111,6 +111,8 @@ docker compose build
docker compose --env-file=.env up -d --remove-orphans docker compose --env-file=.env up -d --remove-orphans
docker compose exec allianceauth_gunicorn bash docker compose exec allianceauth_gunicorn bash
allianceauth update myauth
auth migrate auth migrate
auth collectstatic --clear auth collectstatic --clear
``` ```