⬆️ update home-panel-api to v0.2.5

This commit is contained in:
Timmo 2018-09-01 20:43:05 +01:00
parent fed3a7e88b
commit dcedeecc82

View file

@ -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.4
&& git checkout v0.2.5
# Install dependencies
RUN yarn install && yarn cache clean