Skip to content

Instantly share code, notes, and snippets.

@salma71
Created October 27, 2020 22:03
Show Gist options
  • Save salma71/b3d22981e803994697f5776b02379951 to your computer and use it in GitHub Desktop.
Save salma71/b3d22981e803994697f5776b02379951 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
export IS_DEBUG=${DEBUG:-false}
exec gunicorn -b :${PORT:-5000} --access-logfile - --error-logfile - run:application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment