⬆️ Update Home Panel to v0.8.1

This commit is contained in:
Timmo 2019-03-30 13:57:42 +00:00
parent 396c694d93
commit 3cd3f30e8f

View file

@ -17,11 +17,11 @@ RUN \
nodejs-current=11.3.0-r0 \
\
&& curl -J -L -o /tmp/panel.zip \
"https://github.com/timmo001/home-panel/releases/download/v0.8.0/home-panel-built.zip" \
"https://github.com/timmo001/home-panel/releases/download/v0.8.1/home-panel-built.zip" \
&& unzip -d /tmp /tmp/panel.zip \
&& mv /tmp/build /opt/panel \
\
&& git clone --branch "v0.8.0" --depth=1 \
&& git clone --branch "v0.8.1" --depth=1 \
"https://github.com/timmo001/home-panel.git" /tmp/panel \
&& mv /tmp/panel/api /opt/api \
\