Kitware / paraviewweb

Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data
http://kitware.github.io/paraviewweb/
BSD 3-Clause "New" or "Revised" License
160 stars 50 forks source link

File missing in tools/docker/visaulizer/DockerFile #512

Open beon9273 opened 4 years ago

beon9273 commented 4 years ago

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,