Hi all,
There is a small bug On Line 41 of tools/docker/visualizer/DockerFile:
# Copy the launcher config template
COPY config/launcher/config-template.json /opt/launcher/config-template.json
Changing the filename to "config.json" did the trick.
Thanks,