Skip to content

Commit

Permalink
chown www-data:www-data -R /mnt/podata
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet authored and alexgarel committed Nov 23, 2021
1 parent cd840eb commit 9da3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ RUN \
chown www-data:www-data var/run/apache2/ && \
for path in users products product_images orgs new_images logs; do \
mkdir -p /mnt/podata/${path}; \
chown www-data:www-data /mnt/podata/${path}; \
done && \
chown www-data:www-data -R /mnt/podata && \
# Create symlinks of data files in /mnt/podata (because we currently mix data and conf data)
for path in ecoscore emb_codes forest-footprint ingredients lang packager-codes po taxonomies templates; do \
ln -sfT /opt/product-opener/${path} /mnt/podata/${path}; \
Expand Down

0 comments on commit 9da3b42

Please sign in to comment.