Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,5 +29,5 @@ COPY . .
|
|
29 |
# Expose the port FastAPI will run on
|
30 |
EXPOSE 7860
|
31 |
|
32 |
-
# Command to run the
|
33 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
29 |
# Expose the port FastAPI will run on
|
30 |
EXPOSE 7860
|
31 |
|
32 |
+
# Command to run the applicatione
|
33 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|