dani2112 commited on
Commit
bd89011
1 Parent(s): 1b837e6

adjust copy 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 images/ .
12
  RUN chmod -R 777 /code
13
  CMD ["python", "run.py"]