1# Usage
 2In order to build the Docker image for chartepssg call the `build_chart_image.sh`
 3and provide as an argument a directory where both `chart` and `chartepssg` do exist as subfolders.
 4
 5The provided dirctory should look something like this:
 6```bash
 7$ tree -L 1
 8.
 9├── chart
10├── chartepssg
11└── ...
12```
13
14```bash
15$ bash build_chart_image.sh <DIR>"
16```