From: Moritz Heiber Date: Tue, 20 Feb 2018 18:11:36 +0000 (+0100) Subject: Fix build error for missing variable interpolation in chown instruction (#6519) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a4fd4ad1d50221f4a6a032d3ffea6f620e8b9b5b;p=mastodon.git Fix build error for missing variable interpolation in chown instruction (#6519) --- diff --git a/Dockerfile b/Dockerfile index 628941dda..dab4e87a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,7 +72,7 @@ RUN bundle config build.nokogiri --with-iconv-lib=/usr/local/lib --with-iconv-in RUN addgroup -g ${GID} mastodon && adduser -h /mastodon -s /bin/sh -D -G mastodon -u ${UID} mastodon -COPY --chown=${UID}:${GID} . /mastodon +COPY --chown=mastodon:mastodon . /mastodon VOLUME /mastodon/public/system /mastodon/public/assets /mastodon/public/packs