Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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"]
|