J5Tsai commited on
Commit
9c3b03e
·
1 Parent(s): 26431a7
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ 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
  RUN tar xf ${LIVE_XL_TAR}
24
  ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"
25
 
 
19
 
20
  USER user
21
 
22
+ RUN wget 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