Skip to content

Commit

Permalink
disable collectstatic in entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
henrinie committed Jun 18, 2024
1 parent caf6f65 commit 0fddb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -e
# Skip while testing
python bin/openshift.py collectstatic --no-input
# 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 0fddb4b

Please sign in to comment.