FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
code-examples-python/procfile.sh at master · docusign/code-examples-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
docusign
/
code-examples-python
Public
Notifications
You must be signed in to change notification settings
Fork
56
Star
55
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
code-examples-python
/
procfile.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
8 lines (7 loc) · 129 Bytes
Breadcrumbs
code-examples-python
/
procfile.sh
Copy path
File metadata and controls
executable file
·
8 lines (7 loc) · 129 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#!
/bin/sh
if
[
"
$DEBUG
"
=
"
True
"
]
;
then
FLASK_ENV=
"
development
"
python run.py
else
gunicorn app:app
fi
Back
|
FazBrowse Home
|
New Git URL