Fix build error for missing variable interpolation in chown instruction (#6519)

master
Moritz Heiber 6 years ago committed by Eugen Rochko
parent 02856073f7
commit a4fd4ad1d5
  1. 2
      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

Loading…
Cancel
Save