From def3760b08d247bba6e73c7d4eb1c459d5ab212d Mon Sep 17 00:00:00 2001 From: Lydia Khashina Date: Thu, 29 Sep 2016 23:51:09 +0300 Subject: [PATCH] Procfile --- .gitignore | 1 + Procfile | 1 + 2 files changed, 2 insertions(+) create mode 100644 Procfile diff --git a/.gitignore b/.gitignore index 152ee31..426e749 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ heapdump-* logs uploads .idea +*.swp diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..48ac9ff --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: supervisord -c /etc/supervisor/supervisord.conf -n