Skip to content

Commit

Permalink
Added collectstatic for debug toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbuiten committed Jun 13, 2019
1 parent d026745 commit b2dda42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ services:
volumes:
- ./api/app:/app
- ./api/deploy:/deploy
command: uwsgi --py-auto-reload=1
command: bash -c "
python /app/manage.py collectstatic --noinput &&
uwsgi --py-auto-reload=1"

import:
build: ./import
Expand Down

0 comments on commit b2dda42

Please sign in to comment.