Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Sep 7, 2017
1 parent 43dd0d9 commit bf002ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/CVE-2017-12794/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

/bin/wait-for-it.sh db:5432 -t 60 -- echo "postgres is up..."

python migrate && python app.py
python app.py migrate && python app.py runserver 0.0.0.0:8000

0 comments on commit bf002ac

Please sign in to comment.