mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-05 19:31:23 +00:00
⬆️ update base to v0.5.5
This commit is contained in:
parent
3129d3ac01
commit
232d5e124c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,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.5.4/home-panel-built.zip \
|
wget https://github.com/timmo001/home-panel/releases/download/v0.5.5/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