Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
if docker compose up is ran before configure.sh, it will create a dir…
…ectory called user.config.json since docker is trying to mount that as a volume but it doesn't exist yet since configure.sh is what creates it. this would then block configure.sh from creating it by default, so it now checks if user.config.json is an empty directory and deletes it if so. (#143)
- Loading branch information