Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,4 @@ COPY openai_wrapper.py .
|
|
| 16 |
EXPOSE 7860
|
| 17 |
|
| 18 |
# Command to run the app with uvicorn
|
| 19 |
-
CMD ["uvicorn", "openai_wrapper:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 16 |
EXPOSE 7860
|
| 17 |
|
| 18 |
# Command to run the app with uvicorn
|
| 19 |
+
CMD ["uvicorn", "openai_wrapper:app", "--host", "0.0.0.0", "--port", "7860"]
|