From 29e72b60ed782a4f18ef4f128a298c407775f8c1 Mon Sep 17 00:00:00 2001 From: 62cacc1fcf7e861cf6c3b88a <62cacc1fcf7e861cf6c3b88a@devide> Date: Wed, 2 Nov 2022 03:10:17 +0000 Subject: [PATCH] + pip install -r requirements.txt --- preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preview.yml b/preview.yml index 2e14ed2..72c6894 100644 --- a/preview.yml +++ b/preview.yml @@ -1,7 +1,7 @@ autoOpen: true apps: - port: 5000 - command: python app.py + command: pip install -r requirements.txt && python app.py root: ./ name: weather description: weather api -- GitLab