Sanket17 commited on
Commit
afdc45a
·
verified ·
1 Parent(s): d0e789c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ EXPOSE 8000
27
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
28
 
29
  # Run the FastAPI app with uvicorn
30
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
27
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
28
 
29
  # Run the FastAPI app with uvicorn
30
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]