Skip to content

Commit

Permalink
Add collectstatic to docker-entrypoint (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrinie authored Jun 13, 2024
1 parent 0bd37ce commit caf6f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

set -e
# Skip while testing
python bin/openshift.py collectstatic --no-input
# python bin/openshift.py migrate
gunicorn --bind 0.0.0.0:8080 signbank.wsgi_openshift

0 comments on commit caf6f65

Please sign in to comment.