mugiwarafx commited on
Commit
e5d1547
1 Parent(s): acde423
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,5 +15,5 @@ COPY --chown=user . /app
15
  # Expose the required port
16
  EXPOSE 7860
17
 
18
- # Run the FastAPI application with logging
19
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "debug"]
 
15
  # Expose the required port
16
  EXPOSE 7860
17
 
18
+ # Run the FastAPI application
19
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "debug"]