Skip to content

Commit

Permalink
Fix: Run collectstatic while running the image
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Apr 4, 2024
1 parent eb701b3 commit 442c16c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ then
python manage.py createsuperuser --noinput
fi

python manage.py collectstatic

exec "$@"

0 comments on commit 442c16c

Please sign in to comment.