OzoneAsai commited on
Commit
40324b3
1 Parent(s): f4bafea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,5 +9,6 @@ COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
  COPY . .
 
12
 
13
  CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
  COPY . .
12
+ RUN chmod -R 777 static/audio
13
 
14
  CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]