From ab0f0400ed833f3c50292af3bf2b8b3937350a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Sun, 5 Oct 2014 14:01:17 +0200 Subject: [PATCH] with-profile production added --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 02700f5..0fef382 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: lein ring server-headless $PORT +web: lein with-profile production ring server-headless $PORT