Commit
·
1d331f9
1
Parent(s):
1aad71c
main change
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -43,4 +43,4 @@ RUN python download_model.py
|
|
| 43 |
EXPOSE 7860
|
| 44 |
|
| 45 |
# Run the application on correct host/port
|
| 46 |
-
CMD ["uvicorn", "
|
|
|
|
| 43 |
EXPOSE 7860
|
| 44 |
|
| 45 |
# Run the application on correct host/port
|
| 46 |
+
CMD ["uvicorn", "link2:app", "--host", "0.0.0.0", "--port", "7860"]
|