From 55204f0cd3c4a75ba51e2e8cac29306443b4003a Mon Sep 17 00:00:00 2001 From: johnpatrickmorgan Date: Thu, 25 Oct 2018 22:38:55 +0100 Subject: [PATCH] Updates Procfile for Vapor 3 --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 3fd0b33..ad573f7 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: Run --env=$ENVIRONMENT --workdir=./ --config:servers.default.port=$PORT +web: Run serve --env $ENVIRONMENT --hostname 0.0.0.0 --port $PORT