Fix config ownership in dockerfile to pass restriction test

This commit is contained in:
Cat pony Black 2023-08-05 13:10:35 +02:00 committed by Haelwenn (lanodan) Monnier
parent d0f7a5c4f5
commit c298e0165c
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -0,0 +1 @@
- Fix config ownership in dockerfile to pass restriction test