Skip to content

Commit

Permalink
fix: remove run
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Nov 26, 2023
1 parent 6879ec3 commit f40a5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circus.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ statsd = True

[watcher:web]
working_dir = /usr/src/app
cmd = /usr/local/bin/uvicorn run backend.main:app --fd $(circus.sockets.web)
cmd = /usr/local/bin/uvicorn backend.main:app --fd $(circus.sockets.web)
use_sockets = True
stderr_stream.class=StdoutStream
copy_env=True
Expand Down

0 comments on commit f40a5a7

Please sign in to comment.