Skip to content

Commit

Permalink
Docker: Run collectstatic with --noinput
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Nov 21, 2021
1 parent 1418927 commit 930f8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo "Create cache table…"
./manage.py createcachetable

echo "Collect static files…"
./manage.py collectstatic
./manage.py collectstatic --noinput

echo "Start server…"
gunicorn config.wsgi:application \
Expand Down

0 comments on commit 930f8d5

Please sign in to comment.