dani2112 commited on
Commit
a1f0b93
1 Parent(s): 71c575d

fix audios path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,6 +8,6 @@ RUN pip install pip -U
8
  RUN pip install renumics-spotlight==1.3.0rc4
9
 
10
  COPY . .
11
- COPY ../audios/ .
12
  RUN chmod -R 777 /code
13
  CMD ["python", "run.py"]
 
8
  RUN pip install renumics-spotlight==1.3.0rc4
9
 
10
  COPY . .
11
+ COPY audios/ .
12
  RUN chmod -R 777 /code
13
  CMD ["python", "run.py"]