mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-05 11:21:31 +00:00
⬆️ update home-panel to v0.6.6
This commit is contained in:
parent
5b098c5d50
commit
66280af5c4
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ RUN \
|
||||||
nginx=1.14.0-r1 \
|
nginx=1.14.0-r1 \
|
||||||
git=2.18.0-r0 \
|
git=2.18.0-r0 \
|
||||||
wget=1.19.5-r0 \
|
wget=1.19.5-r0 \
|
||||||
zip=3.0-r6 \
|
|
||||||
inotify-tools=3.20.1-r1
|
inotify-tools=3.20.1-r1
|
||||||
|
|
||||||
# Create nginx directories
|
# Create nginx directories
|
||||||
|
@ -24,7 +23,7 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
# Download and unzip into nginx html directory
|
# Download and unzip into nginx html directory
|
||||||
RUN \
|
RUN \
|
||||||
wget https://github.com/timmo001/home-panel/releases/download/v0.6.5/home-panel-built.zip \
|
wget https://github.com/timmo001/home-panel/releases/download/v0.6.6/home-panel-built.zip \
|
||||||
&& unzip home-panel-built.zip \
|
&& unzip home-panel-built.zip \
|
||||||
&& rm -Rf /usr/share/nginx/html/* \
|
&& rm -Rf /usr/share/nginx/html/* \
|
||||||
&& mv build/* /usr/share/nginx/html \
|
&& mv build/* /usr/share/nginx/html \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue