From 8f9978d5e45ed11a3835b852385633091258daa8 Mon Sep 17 00:00:00 2001 From: Serhii Ofii <132130496+SnowGlowedMountain@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:46:46 +0300 Subject: [PATCH] Update apprunner.yaml --- linguaphoto/apprunner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linguaphoto/apprunner.yaml b/linguaphoto/apprunner.yaml index fb47f7c..04d02d1 100644 --- a/linguaphoto/apprunner.yaml +++ b/linguaphoto/apprunner.yaml @@ -6,7 +6,7 @@ build: commands: build: - python -m venv venv - - venv/Scripts/activate + - source venv/Scripts/activate - pip install -r requirements.txt # Install dependencies within the virtual environment # Specify the start phase command