Spaces:
Sleeping
Sleeping
FIX : changed port in docker
Browse files- .gitignore +1 -1
- Dockerfile +1 -1
.gitignore
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
**/__pycache__/
|
| 3 |
.env
|
| 4 |
rag/translator-en-kn-merged/
|
|
|
|
| 1 |
+
chatur_rag/
|
| 2 |
**/__pycache__/
|
| 3 |
.env
|
| 4 |
rag/translator-en-kn-merged/
|
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ EXPOSE 8000
|
|
| 20 |
|
| 21 |
# Command to run the FastAPI application using uvicorn
|
| 22 |
# Use 0.0.0.0 to make it accessible outside the container
|
| 23 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 20 |
|
| 21 |
# Command to run the FastAPI application using uvicorn
|
| 22 |
# Use 0.0.0.0 to make it accessible outside the container
|
| 23 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|