Update run-tests.sh to include environment file in backend startup
This commit is contained in:
parent
34f5a1300a
commit
7dc34c9bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ sleep 10
|
|||
poetry install --extras deploy
|
||||
|
||||
# Start the backend using 'make backend' in the background
|
||||
LANGFLOW_DATABASE_URL=sqlite:///./temp LANGFLOW_AUTO_LOGIN=True poetry run langflow run --backend-only --port 7860 --host 0.0.0.0 --no-open-browser &
|
||||
LANGFLOW_DATABASE_URL=sqlite:///./temp LANGFLOW_AUTO_LOGIN=True poetry run langflow run --backend-only --port 7860 --host 0.0.0.0 --no-open-browser --env-file .env &
|
||||
|
||||
# Give some time for the backend to start (adjust sleep duration as needed)
|
||||
sleep 25
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue