⬆️ upgrade home-panel to v0.6.0 and home-panel-api to v0.3.0

This commit is contained in:
Timmo 2018-09-07 14:27:24 +01:00
parent 4b1157a533
commit e2d861e290

View file

@ -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