Skip to content

Commit

Permalink
move apprunner yaml file (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas authored Sep 23, 2024
1 parent 67265f7 commit e601ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linguaphoto/apprunner.yaml → apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
build:
- python3 -m venv venv
- venv/bin/python3 -m pip install --upgrade pip
- venv/bin/pip3 install -r requirements.txt # Install dependencies within the virtual environment
- venv/bin/pip3 install . # Install the package

# Specify the start phase command
run:
Expand Down

0 comments on commit e601ec9

Please sign in to comment.