Skip to content

Instantly share code, notes, and snippets.

@akiatoji
Created May 23, 2019 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akiatoji/4fce2b1f37afa9514dcf8c7955f23ae8 to your computer and use it in GitHub Desktop.
Save akiatoji/4fce2b1f37afa9514dcf8c7955f23ae8 to your computer and use it in GitHub Desktop.
ENV APP_HOME /app ENV PORT 8080 CMD exec gunicorn --bind 0.0.0.0:$PORT \
--workers 1 --chdir $APP_HOME --threads 1 app:app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment