VJnCode commited on
Commit
f8ba5ec
·
1 Parent(s): 8c694e9

FIX : changed port in docker

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. Dockerfile +1 -1
.gitignore CHANGED
@@ -1,4 +1,4 @@
1
- chathur/
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", "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", "7860"]