瀏覽代碼

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



Loading…
取消
儲存