Skip to content

Commit

Permalink
adding back sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Nov 15, 2024
1 parent 5fc125f commit 375eee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerrun.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
poetry run gunicorn -c "/sheepdog/deployment/wsgi/gunicorn.conf.py" &
sleep 30

poetry run gunicorn -c "/sheepdog/deployment/wsgi/gunicorn.conf.py"
nginx -g 'daemon off;'

0 comments on commit 375eee9

Please sign in to comment.