Skip to content

fix: fix permissions for /app/uploads for volume mount

Ivan Vandot requested to merge vandot/mobilizon:dockerfile-volume-fix into master

When mounting a volume /app/uploads is owned by root user and image uploads fails with 500 because of lack of permission This way folder is with predefined ownership and volume mount will obey it

Edited by Ivan Vandot

Merge request reports