summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorromangraef <roman.graef@gmail.com>2018-05-31 08:51:18 +0200
committerromangraef <roman.graef@gmail.com>2018-05-31 08:51:18 +0200
commit8f5cd1a2936d2f6a67d631d86954f5dd104805db (patch)
tree680c8e73be7d10a1f8d5b00fd4fc5a31d3d4805d /Procfile
parent4ee649a0399b092dbcc22757025555140d03daf0 (diff)
downloadmy-website-8f5cd1a2936d2f6a67d631d86954f5dd104805db.tar.gz
my-website-8f5cd1a2936d2f6a67d631d86954f5dd104805db.tar.bz2
my-website-8f5cd1a2936d2f6a67d631d86954f5dd104805db.zip
heroku
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index e62ccf2..c56bf4a 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1,2 @@
-web python app.py
+web: gunicorn app:app --log-file=-
+