From dc7b538be6e3c0d47846b76a1a860a16e03eb3e4 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 6 Sep 2025 16:35:42 -0400 Subject: [PATCH] Updated entrypoint --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7856760..4a6db6c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -58,7 +58,7 @@ finally: PY fi # Execute rom scan -exec python ./src/__main__.py +exec python ./src/__main__.py || true & # Run app exec python -m uvicorn src.webapp:app --host 0.0.0.0 --port 8080