From 28832603411fe4a95f348e232a9bce6fe98eb53d Mon Sep 17 00:00:00 2001 From: Yosef Mihretie <40375360+yosefmih@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:22:37 -0400 Subject: [PATCH] Revert "invalid startup error" --- porter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porter.yaml b/porter.yaml index 488da57..6d9bcd3 100644 --- a/porter.yaml +++ b/porter.yaml @@ -3,7 +3,7 @@ version: v2 name: cowsay services: - name: my-app-web - run: nonexistentcommand + run: flask --app web run --host 0.0.0.0 --port $PORT type: web instances: 1 cpuCores: 0.19