🔨 Update run script

This commit is contained in:
Timmo 2019-08-31 23:59:53 +01:00
parent cbff72ebdd
commit 9d23c5eb21
2 changed files with 2 additions and 2 deletions

View file

@ -10,11 +10,11 @@ COPY rootfs /
RUN \
apk add --no-cache --virtual .build-dependencies \
git=2.22.0-r0 \
yarn=1.16.0-r0 \
\
&& apk add --no-cache \
nginx=1.16.1-r0 \
nodejs-current=12.4.0-r0 \
yarn=1.16.0-r0 \
\
# TODO: Replace with release tag
&& git clone --branch "master" --depth=1 \

View file

@ -16,4 +16,4 @@ export LOG_LEVEL
export SSL_SUPPRESS_WARNING
export SUPPRESS_ADDRESS
exec node src/
exec yarn run compile && node lib/