Skip to content

Commit

Permalink
Update apprunner.yaml (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Ofii authored Oct 20, 2024
1 parent ef4bec3 commit f7725d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:

# Specify the start phase command
run:
command: venv/bin/python3 linguaphoto.main # Adjust to the path to your application entry point
command: venv/bin/python3 -m linguaphoto.main # Adjust to the path to your application entry point
env:
- name: HOMEPAGE_URL
value: "linguaphoto.com"
Expand All @@ -36,4 +36,4 @@ run:
- name: OPENAI_API_KEY
value-from: "arn:aws:secretsmanager:us-east-1:725596835855:secret:linguaphoto-u59FHw:openai_key::"
- name: STRIPE_API_KEY
value-from: "arn:aws:secretsmanager:us-east-1:725596835855:secret:linguaphoto-u59FHw:stripe_private_key::"
value-from: "arn:aws:secretsmanager:us-east-1:725596835855:secret:linguaphoto-u59FHw:stripe_private_key::"

0 comments on commit f7725d1

Please sign in to comment.