WaiYanLinn commited on
Commit
cd77a9a
1 Parent(s): 5418c41

'fix-docker'

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ EXPOSE 7680
23
 
24
  # Run uvicorn when the container launches
25
  # CMD ["uvicorn", "main:app"]
26
- CMD ["uvicorn", "app:app", "--host", "127.0.0.1:7680"]
 
23
 
24
  # Run uvicorn when the container launches
25
  # CMD ["uvicorn", "main:app"]
26
+ CMD ["hypercorn", "app:app", "--host", "127.0.0.1:7680"]