devyugensys commited on
Commit
3a82fe7
·
verified ·
1 Parent(s): 246106a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN mkdir -p /tmp/matplotlib /tmp/numba_cache /tmp/u2net && \
24
  EXPOSE 7860
25
 
26
  # Run FastAPI using Uvicorn
27
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
24
  EXPOSE 7860
25
 
26
  # Run FastAPI using Uvicorn
27
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]