⬆️ Update to Home Panel v2.2.0

This commit is contained in:
Timmo 2019-09-28 15:15:56 +01:00
parent 95a4dd8c8c
commit 784ba79ce0

View file

@ -17,13 +17,13 @@ RUN \
nodejs-current=12.4.0-r0 \ nodejs-current=12.4.0-r0 \
openssl=1.1.1d-r0 \ openssl=1.1.1d-r0 \
\ \
&& git clone --branch "v2.1.0" --depth=1 \ && git clone --branch "v2.2.0" --depth=1 \
"https://github.com/timmo001/home-panel.git" /tmp/api \ "https://github.com/timmo001/home-panel.git" /tmp/api \
&& mv /tmp/api/api /opt/panel \ && mv /tmp/api/api /opt/panel \
\ \
&& mkdir -p /tmp/panel \ && mkdir -p /tmp/panel \
&& curl -J -L -o /tmp/panel.zip \ && curl -J -L -o /tmp/panel.zip \
"https://github.com/timmo001/home-panel/releases/download/v2.1.0/home-panel-built.zip" \ "https://github.com/timmo001/home-panel/releases/download/v2.2.0/home-panel-built.zip" \
&& unzip -d /tmp/panel /tmp/panel.zip \ && unzip -d /tmp/panel /tmp/panel.zip \
&& mv /tmp/panel/build/* /opt/panel/public \ && mv /tmp/panel/build/* /opt/panel/public \
\ \