J5Tsai commited on
Commit
26431a7
·
1 Parent(s): 114b2d4
Files changed (1) hide show
  1. 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
- 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" ]
 
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" ]