Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 22 |
EXPOSE 8000
|
| 23 |
|
| 24 |
# Command to run the application
|
| 25 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0
|
|
|
|
| 22 |
EXPOSE 8000
|
| 23 |
|
| 24 |
# Command to run the application
|
| 25 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|