diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-05-28 13:01:07 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-05-28 13:01:07 +0300 |
| commit | b83f42c26eaaa15bf3bc63e8873696c85826edde (patch) | |
| tree | 71091351a11a1474b591ce161b32e20401d0859e | |
| parent | 38ab5a4a505caee5ed6ef40b1b0a6d6a47936f3e (diff) | |
Add Procfile
| -rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..ac9d762 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python server.py |
