Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

Commit a1f110e

Browse files
committed
Fix path to uvicorn following change to using venv
1 parent 47ce448 commit a1f110e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/deployment/supervisor-app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stderr_logfile_maxbytes = 0
1212
socket = unix:///tmp/uvicorn.sock
1313
socket_owner = www-data
1414
user = www-data
15-
command = /usr/local/bin/uvicorn simqueue.main:app --proxy-headers --uds /tmp/uvicorn.sock --timeout-keep-alive 300
15+
command = /home/docker/venv/bin/uvicorn simqueue.main:app --proxy-headers --uds /tmp/uvicorn.sock --timeout-keep-alive 300
1616
numprocs = 2
1717
process_name = uvicorn-%(process_num)d
1818
stdout_logfile = /dev/stdout

0 commit comments

Comments
 (0)