diff --git a/entrypoint.sh b/entrypoint.sh index 591e47b..7856760 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -57,7 +57,8 @@ finally: db.close() PY fi - +# Execute rom scan +exec python ./src/__main__.py # Run app exec python -m uvicorn src.webapp:app --host 0.0.0.0 --port 8080