Updated entrypoint

This commit is contained in:
2025-09-06 16:35:42 -04:00
parent 0917b9f4c9
commit dc7b538be6

View File

@@ -58,7 +58,7 @@ finally:
PY PY
fi fi
# Execute rom scan # Execute rom scan
exec python ./src/__main__.py exec python ./src/__main__.py || true &
# Run app # Run app
exec python -m uvicorn src.webapp:app --host 0.0.0.0 --port 8080 exec python -m uvicorn src.webapp:app --host 0.0.0.0 --port 8080