mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-05 11:21:31 +00:00
⬆️ upgrade home-panel to v0.6.0 and home-panel-api to v0.3.0
This commit is contained in:
parent
4b1157a533
commit
e2d861e290
1 changed files with 2 additions and 2 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.7/home-panel-built.zip \
|
wget https://github.com/timmo001/home-panel/releases/download/v0.6.0/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 \
|
||||||
|
@ -36,7 +36,7 @@ WORKDIR /usr/src/api
|
||||||
# Clone and checkout API release
|
# Clone and checkout API release
|
||||||
RUN \
|
RUN \
|
||||||
git clone https://github.com/timmo001/home-panel-api.git ./ \
|
git clone https://github.com/timmo001/home-panel-api.git ./ \
|
||||||
&& git checkout v0.2.5
|
&& git checkout v0.3.0
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN yarn install && yarn cache clean
|
RUN yarn install && yarn cache clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue