Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -16,5 +16,7 @@ COPY . .
|
|
16 |
# Expose the port that the FastAPI app will run on
|
17 |
EXPOSE 8000
|
18 |
|
|
|
|
|
19 |
# Command to run the FastAPI app using Uvicorn
|
20 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|
|
|
16 |
# Expose the port that the FastAPI app will run on
|
17 |
EXPOSE 8000
|
18 |
|
19 |
+
##
|
20 |
+
|
21 |
# Command to run the FastAPI app using Uvicorn
|
22 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|