Skip to content

Commit

Permalink
fixed compression of static files
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-peters committed Mar 17, 2021
1 parent 735b616 commit 81e15de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
release: python -m whitenoise.compress ./strong_but_simple_passwords/static/
web: gunicorn "strong_but_simple_passwords:create_app()" --workers 2 --log-file -
web: python -m whitenoise.compress ./strong_but_simple_passwords/static/ && gunicorn "strong_but_simple_passwords:create_app()" --workers 2 --log-file -

0 comments on commit 81e15de

Please sign in to comment.