summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Procfile2
-rw-r--r--requirements.txt1
-rw-r--r--templates/home.html2
3 files changed, 2 insertions, 3 deletions
diff --git a/Procfile b/Procfile
index ac9d762..caf6722 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: python server.py
+web: gunicorn server:app
diff --git a/requirements.txt b/requirements.txt
index aefbef6..a5697db 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,5 +2,6 @@ Flask==0.10.1
Jinja2==2.7.2
MarkupSafe==0.23
Werkzeug==0.9.4
+gunicorn==18.0
itsdangerous==0.24
wsgiref==0.1.2
diff --git a/templates/home.html b/templates/home.html
index 9f48ad1..0140224 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -19,8 +19,6 @@
});
});
</script>
- <style>
- </style>
</head>
<body>
<div class="container">