From ef4bec3e373a61475edce7d89069a38e87f61284 Mon Sep 17 00:00:00 2001 From: Serhii Ofii <132130496+SnowGlowedMountain@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:02:04 +0300 Subject: [PATCH] Serhii milestone 2 fix (#57) * chores_lint_errors_and_path_issues * feature_db_py * fix_audio_issue * chores_lint_error * fix_openAPI_switching * chore_module_insert * fix_edit_collection_fix * fix_frontend_critical_update * fix_feedback2_translation_async * chore:lint * chore:loading_issue * chore:module * chore:version-python-socketio[asgi] * chore:main.py * chore:path * test * chore:apprunner --- apprunner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprunner.yaml b/apprunner.yaml index 99c12f3..68da24e 100644 --- a/apprunner.yaml +++ b/apprunner.yaml @@ -12,7 +12,7 @@ build: # Specify the start phase command run: - command: venv/bin/python3 linguaphoto/main.py # Adjust to the path to your application entry point + command: venv/bin/python3 linguaphoto.main # Adjust to the path to your application entry point env: - name: HOMEPAGE_URL value: "linguaphoto.com"