TanmayTomar commited on
Commit
b1a9044
·
verified ·
1 Parent(s): ea818b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -53,7 +53,7 @@ COPY --chown=myuser:myuser . .
53
  ENV GOOGLE_VISION_API=""
54
 
55
  # Expose the port the app runs on
56
- EXPOSE 8080
57
 
58
  # Run the FastAPI server when the container launches
59
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]
 
53
  ENV GOOGLE_VISION_API=""
54
 
55
  # Expose the port the app runs on
56
+ EXPOSE 7860
57
 
58
  # Run the FastAPI server when the container launches
59
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]