Skip to content

Commit

Permalink
Update apprunner.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Ofii authored Aug 20, 2024
1 parent 253f49d commit cfff082
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions linguaphoto/apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ build:
commands:
build:
- python -m venv venv
- venv/bin/pip install -r requirements.txt # Install dependencies within the virtual environment
- venv/Scripts/activate
- pip install -r requirements.txt # Install dependencies within the virtual environment

# Specify the start phase command
run:
command: venv/bin/python main.py # Adjust to the path to your application entry point
command: python main.py # Adjust to the path to your application entry point

0 comments on commit cfff082

Please sign in to comment.