Make yarn main package

This commit is contained in:
Aidan Timson 2020-06-16 22:30:00 +01:00
parent b9b50c5637
commit 074caa17bb
No known key found for this signature in database
GPG key ID: 502392C21419F5B8

View file

@ -10,12 +10,12 @@ COPY rootfs /
RUN \
apk add --no-cache --virtual .build-dependencies \
git=2.24.3-r0 \
yarn=1.19.2-r0 \
\
&& apk add --no-cache \
nginx=1.18.0-r0 \
nodejs-current=14.3.0-r0 \
openssl=1.1.1g-r0 \
yarn=1.19.2-r0 \
\
&& git clone --branch "v2.8.1" --depth=1 \
"https://github.com/timmo001/home-panel.git" /tmp/api \