Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
|
|
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"]
|