graphviz-server
graphviz-server copied to clipboard
Dockerfile doesnt run
It looks like the docker file should be pointing at the shell script since that specifies the default port, without it it just runs the jar and prints the usage information then closes
Same here...
Ended up copy-ing the Dockerfile and making some adjustments according to my needs
You can just specify the port after the run command, it will be passed as an argument to the jar. "Any command line arguments passed to docker run