Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: use the script path to detect the config files path. (#18)
The path for the config files was hardcoded and this was creating errors. Instead of hardcoding ./src/ , we are using the script path, so it will detect the right path when running on the docker image, where the directory is /app/ instead of ./src/ .
- Loading branch information