Chittrarasu commited on
Commit
7d2c567
·
1 Parent(s): 56531d1

backend deploymemt

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -18,4 +18,6 @@ ENV PYTHONPATH=/app
18
  EXPOSE 8000
19
 
20
  # Start FastAPI with the correct module path
21
- CMD ["uvicorn", "backend.main:app", "--host", "0.0.0.0", "--port", "8000"]
 
 
 
18
  EXPOSE 8000
19
 
20
  # Start FastAPI with the correct module path
21
+ # CMD ["uvicorn", "backend.main:app", "--host", "0.0.0.0", "--port", "8000"]
22
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
23
+