mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-28 16:17:15 +00:00
I kept hitting an error when building solr `/bin/sh: /docker-entrypoint.sh: Text file busy`, this is caused where the script is attempted to be ran before the previous `chmod` command has properly sync'd to disk. Adding in a sync fixes this trouble for me.