devnix / devnix/prestashop-docker-compose
Fix for prestashop container building
Open
- Dominant language
- Dockerfile
- Stars
- 40
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
if you noticed that the prestashop container building crash at "usermod -u 1000 www-data" i solved this problem by removing the last two lines
#RUN usermod -u 1000 www-data
#RUN chown 1000 /var/www -R
and i added RUN chmod 755 /var/www/html to solve folder rights issue :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.