Fix config ownership in dockerfile to pass restriction test
This commit is contained in:
parent
d0f7a5c4f5
commit
c298e0165c
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
- Fix config ownership in dockerfile to pass restriction test
|
Loading…
Reference in New Issue