소스 검색

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

master
Moritz Heiber 6 년 전
committed by Eugen Rochko
부모
커밋
a4fd4ad1d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Dockerfile

+ 1
- 1
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



불러오는 중...
취소
저장