Skip to content
Snippets Groups Projects
Commit a4fd4ad1 authored by Moritz Heiber's avatar Moritz Heiber Committed by Eugen Rochko
Browse files

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

parent 02856073
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment