agent404 commited on
Commit
c01c0a1
1 Parent(s): ba1a148

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,5 +10,6 @@ RUN apt install fuse libfuse2
10
 
11
  COPY . .
12
  RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
 
13
 
14
  CMD ["uvicorn", "app:gradio_app", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  COPY . .
12
  RUN chmod +x MuseScore-4.1.1.232071203-x86_64.AppImage
13
+ RUN mkdir -m 700 flagged
14
 
15
  CMD ["uvicorn", "app:gradio_app", "--host", "0.0.0.0", "--port", "7860"]