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