Skip to content

Commit 70eca54

Browse files
committed
Fix CMD
1 parent 412a83b commit 70eca54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/src/openai_proxy_app/openai_proxy_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
print("Wrote /opt/app/openai_proxy_app.py")
3030
PY
3131
32-
exec gunicorn openai:app \
32+
exec gunicorn openai_proxy_app:app \
3333
--chdir /opt/app \
3434
--bind 0.0.0.0:8000 \
3535
--worker-class uvicorn.workers.UvicornWorker \

0 commit comments

Comments
 (0)