From 64adfd27e1e9b39658646adb2900d289992694e5 Mon Sep 17 00:00:00 2001 From: Aode Date: Sat, 15 Feb 2020 21:17:24 -0600 Subject: [PATCH] Fix node build, use yarn --- mastodon/Dockerfile.arm64v8 | 2 +- mastodon/root/usr/bin/mastodon-streaming | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodon/Dockerfile.arm64v8 b/mastodon/Dockerfile.arm64v8 index b8c24c6..ab70b26 100644 --- a/mastodon/Dockerfile.arm64v8 +++ b/mastodon/Dockerfile.arm64v8 @@ -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 diff --git a/mastodon/root/usr/bin/mastodon-streaming b/mastodon/root/usr/bin/mastodon-streaming index 935ba4f..6821b8b 100755 --- a/mastodon/root/usr/bin/mastodon-streaming +++ b/mastodon/root/usr/bin/mastodon-streaming @@ -1,3 +1,3 @@ #!/usr/bin/env sh -npm run start +yarn run start