From 919d7c7c706a6e4d1340219b1cfed2aa99619563 Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Fri, 9 Jan 2015 17:40:08 -0800 Subject: [PATCH] mend procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index bad585b..4f9bd45 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: moonc . && lapis server docker +web: moonc . && LAPIS_OPENRESTY=/app/bin/nginx lapis server docker