From 3d1f2d3bb7eea3997edb050ce1b4d92ad515f904 Mon Sep 17 00:00:00 2001 From: Joshua Glemza Date: Fri, 10 Feb 2023 11:33:27 -0500 Subject: [PATCH] Use glitch-soc/mastodon --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dce34cd..f9748b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ ENV NODE_ENV production ARG VERSION=4.0.2 -RUN curl -L https://github.com/tootsuite/mastodon/archive/v${VERSION}.tar.gz | tar -xz --strip-components 1 -f - && \ +RUN git clone https://github.com/glitch-soc/mastodon.git /app/code && \ bundle config --local set deployment 'true' && \ bundle config --local set without 'development test' && \ bundle config --local set silence_root_warning true && \