Skip to content

Commit

Permalink
fix: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Mar 5, 2024
1 parent c657986 commit 5538f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vortex_demo/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dagster-webserver -h 0.0.0.0 -p 3000 &
dagster-daemon run &

# Start the third process
dagster api grpc --python-file -dags/web_rag_agent.py --host 0.0.0.0 --port 4266 &
dagster api grpc --python-file /dags/web_rag_agent.py --host 0.0.0.0 --port 4266 &

# Wait for both processes to finish
wait -n

0 comments on commit 5538f37

Please sign in to comment.