mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-25 08:08:36 +00:00
83f7db0c50
The `RUN chown -R frappe:frappe /home/frappe` command was taking too long for me, over 6 minutes before I gave up and killed it. docker chown is faster, and it helps avoid creating a new layer.