diff --git a/apprunner.yaml b/apprunner.yaml index 68da24e..52833a8 100644 --- a/apprunner.yaml +++ b/apprunner.yaml @@ -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" @@ -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::" \ No newline at end of file + value-from: "arn:aws:secretsmanager:us-east-1:725596835855:secret:linguaphoto-u59FHw:stripe_private_key::"