Skip to content

Commit

Permalink
Clear the old files when collecting static files.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxking committed Jun 26, 2020
1 parent 3efedca commit 1ae02c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ else
fi

# Collect static for the django installation.
python3 manage.py collectstatic --noinput
python3 manage.py collectstatic --noinput --clear --verbosity 0

# Migrate all the data to the database if this is a new installation, otherwise
# this command will upgrade the database.
Expand Down

0 comments on commit 1ae02c7

Please sign in to comment.