mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
collecstatic isn't working in the dockerfile
This commit is contained in:
parent
59fd80bb8a
commit
79377c0d7f
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ fi
|
|||
cd /app
|
||||
echo_with_timestamp "Running Django commands..."
|
||||
python manage.py migrate --noinput || true
|
||||
python manage.py collectstatic --noinput || true
|
||||
|
||||
# Always start Gunicorn
|
||||
echo "🚀 Starting Gunicorn..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue