Added initial Rom scan to entrypoint

This commit is contained in:
2025-09-06 15:53:24 -04:00
parent 5eca8e08b1
commit 7b0e7bb984

View File

@@ -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