mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
⬆️ update base
This commit is contained in:
parent
bebc3c3780
commit
d221164e02
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ WORKDIR /usr/src/app
|
|||
|
||||
# Download and unzip into nginx html directory
|
||||
RUN \
|
||||
wget https://github.com/timmo001/home-panel/releases/download/v0.5.3/home-panel-built.zip \
|
||||
wget https://github.com/timmo001/home-panel/releases/download/v0.5.4/home-panel-built.zip \
|
||||
&& unzip home-panel-built.zip \
|
||||
&& rm -Rf /usr/share/nginx/html/* \
|
||||
&& mv build/* /usr/share/nginx/html \
|
||||
|
@ -36,7 +36,7 @@ WORKDIR /usr/src/api
|
|||
# Clone and checkout API release
|
||||
RUN \
|
||||
git clone https://github.com/timmo001/home-panel-api.git ./ \
|
||||
&& git checkout v0.2.3
|
||||
&& git checkout v0.2.4
|
||||
|
||||
# Install dependencies
|
||||
RUN yarn install && yarn cache clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue