Spaces:
Sleeping
Sleeping
2 cmd
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -19,8 +19,8 @@ ENV HOME=/home/user
|
|
19 |
|
20 |
USER user
|
21 |
|
22 |
-
RUN wget --quiet https://github.com/jackalcooper/live_xl/releases/download/latest/${LIVE_XL_TAR}
|
23 |
-
|
24 |
ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"
|
25 |
|
26 |
CMD [ "live_xl/bin/server", "start" ]
|
|
|
19 |
|
20 |
USER user
|
21 |
|
22 |
+
RUN wget --quiet https://github.com/jackalcooper/live_xl/releases/download/latest/${LIVE_XL_TAR}
|
23 |
+
RUN tar xf ${LIVE_XL_TAR}
|
24 |
ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"
|
25 |
|
26 |
CMD [ "live_xl/bin/server", "start" ]
|