Fix permissions

If you don't fix permissions you aren't going to be able to have emojis and all that stuff. So this command is really important.
This commit is contained in:
AndreVuillemot160 2021-07-22 22:30:20 +03:00 committed by GitHub
parent 2ae758d3b3
commit 373e147cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,4 +30,6 @@ RUN mix local.rebar --force \
VOLUME /pleroma/uploads/
RUN chown -R pleroma:pleroma ./
CMD ["mix", "phx.server"]