sps44 commited on
Commit
f3b07be
1 Parent(s): 8260347

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,6 +16,6 @@ RUN pip install --no-cache-dir --upgrade pip setuptools wheel
16
  RUN pip install --no-cache-dir --upgrade "renumics-spotlight==${SPOTLIGHT_VERSION}"
17
 
18
  COPY --chown=user --chmod=0755 run.py .
19
- COPY --chown=user --chmod=0755 esc50-layout.json .
20
 
21
  CMD ["./run.py"]
 
16
  RUN pip install --no-cache-dir --upgrade "renumics-spotlight==${SPOTLIGHT_VERSION}"
17
 
18
  COPY --chown=user --chmod=0755 run.py .
19
+ COPY --chown=user --chmod=0755 spotlight-layout.json .
20
 
21
  CMD ["./run.py"]