mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-05 08:31:36 +00:00
Fix config ownership in dockerfile to pass restriction test
This commit is contained in:
parent
d0f7a5c4f5
commit
c298e0165c
2 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@ USER pleroma
|
|||
|
||||
COPY --from=build --chown=pleroma:0 /release ${HOME}
|
||||
|
||||
COPY ./config/docker.exs /etc/pleroma/config.exs
|
||||
COPY --chown=pleroma --chmod=640 ./config/docker.exs /etc/pleroma/config.exs
|
||||
COPY ./docker-entrypoint.sh ${HOME}
|
||||
|
||||
EXPOSE 4000
|
||||
|
|
1
changelog.d/dockerfile-config-perms.fix
Normal file
1
changelog.d/dockerfile-config-perms.fix
Normal file
|
@ -0,0 +1 @@
|
|||
- Fix config ownership in dockerfile to pass restriction test
|
Loading…
Reference in a new issue