Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ ENV XDG_CONFIG_HOME=/app/config
|
|
| 20 |
COPY main.py .
|
| 21 |
|
| 22 |
# Expose the port FastAPI will run on
|
| 23 |
-
EXPOSE
|
| 24 |
|
| 25 |
# Command to run the FastAPI app
|
| 26 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 20 |
COPY main.py .
|
| 21 |
|
| 22 |
# Expose the port FastAPI will run on
|
| 23 |
+
EXPOSE 7860
|
| 24 |
|
| 25 |
# Command to run the FastAPI app
|
| 26 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|