Spaces:
Sleeping
Sleeping
nor verbose
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ ENV HOME=/home/user
|
|
14 |
USER user
|
15 |
|
16 |
RUN wget --quiet https://github.com/jackalcooper/live_xl/releases/download/latest/${LIVE_XL_TAR} && \
|
17 |
-
tar
|
18 |
ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"
|
19 |
|
20 |
CMD [ "live_xl/bin/server", "start" ]
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN wget --quiet https://github.com/jackalcooper/live_xl/releases/download/latest/${LIVE_XL_TAR} && \
|
17 |
+
tar xf ${LIVE_XL_TAR}
|
18 |
ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"
|
19 |
|
20 |
CMD [ "live_xl/bin/server", "start" ]
|