Fix node build, use yarn

This commit is contained in:
Aode 2020-02-15 21:17:24 -06:00
parent 639be68849
commit 64adfd27e1
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ COPY root/ /
RUN apk add --no-cache whois nodejs yarn ca-certificates git bash \
gcc g++ make libc-dev file sed \
imagemagick protobuf-dev libpq ffmpeg icu-dev libidn-dev yaml-dev \
readline-dev postgresql-dev curl tini && \
readline-dev postgresql-dev curl tini python && \
update-ca-certificates
# Create the mastodon user

View file

@ -1,3 +1,3 @@
#!/usr/bin/env sh
npm run start
yarn run start