agent404 commited on
Commit
31baa8b
1 Parent(s): ec2c213

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ RUN apt install fuse libfuse2
11
  COPY . .
12
  RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
13
 
14
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
11
  COPY . .
12
  RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
13
 
14
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]