Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -20,3 +20,5 @@ EXPOSE 7860
|
|
| 20 |
|
| 21 |
# Command to run the app
|
| 22 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
# Command to run the app
|
| 22 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 23 |
+
|
| 24 |
+
|