mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-05 03:11:24 +00:00
🔨 Update run script
This commit is contained in:
parent
cbff72ebdd
commit
9d23c5eb21
2 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ COPY rootfs /
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
git=2.22.0-r0 \
|
git=2.22.0-r0 \
|
||||||
yarn=1.16.0-r0 \
|
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
nginx=1.16.1-r0 \
|
nginx=1.16.1-r0 \
|
||||||
nodejs-current=12.4.0-r0 \
|
nodejs-current=12.4.0-r0 \
|
||||||
|
yarn=1.16.0-r0 \
|
||||||
\
|
\
|
||||||
# TODO: Replace with release tag
|
# TODO: Replace with release tag
|
||||||
&& git clone --branch "master" --depth=1 \
|
&& git clone --branch "master" --depth=1 \
|
||||||
|
|
|
@ -16,4 +16,4 @@ export LOG_LEVEL
|
||||||
export SSL_SUPPRESS_WARNING
|
export SSL_SUPPRESS_WARNING
|
||||||
export SUPPRESS_ADDRESS
|
export SUPPRESS_ADDRESS
|
||||||
|
|
||||||
exec node src/
|
exec yarn run compile && node lib/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue