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