mattoofahaddcube commited on
Commit
ff6f896
β€’
1 Parent(s): f37d4b8
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. main.py β†’ app.py +0 -0
Dockerfile CHANGED
@@ -20,4 +20,4 @@ COPY --chown=user . /app/
20
  EXPOSE 7860
21
 
22
  # Use CMD or ENTRYPOINT
23
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
20
  EXPOSE 7860
21
 
22
  # Use CMD or ENTRYPOINT
23
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
main.py β†’ app.py RENAMED
File without changes