Added initial Rom scan to entrypoint
This commit is contained in:
@@ -57,7 +57,8 @@ finally:
|
|||||||
db.close()
|
db.close()
|
||||||
PY
|
PY
|
||||||
fi
|
fi
|
||||||
|
# Execute rom scan
|
||||||
|
exec python ./src/__main__.py
|
||||||
# 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user