Skip to content

Commit

Permalink
Should be able to use default --timeout setting
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Jul 19, 2023
1 parent 116e9a1 commit 282ebe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dash/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ source /usr/local/share/venv/bin/activate
if [[ "$1" == 'run' ]]; then
exec gunicorn app:server \
-b 0.0.0.0:8000 \
--timeout 0 \
--capture-output --log-file -
else
exec "$@"
Expand Down

0 comments on commit 282ebe5

Please sign in to comment.