graphviz-server icon indicating copy to clipboard operation
graphviz-server copied to clipboard

Dockerfile doesnt run

Open danpowell88 opened this issue 6 years ago • 3 comments

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

danpowell88 avatar Jan 05 '19 07:01 danpowell88

Same here...

PatrickVanRietschoten avatar Feb 02 '19 12:02 PatrickVanRietschoten

Ended up copy-ing the Dockerfile and making some adjustments according to my needs

PatrickVanRietschoten avatar Feb 02 '19 15:02 PatrickVanRietschoten

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 will be appended to the entrypoint command, and will override all elements specified using CMD" (https://ryanwhocodes.com/blog/docker-entrypoint-cmd/)

bpons avatar Jun 03 '19 12:06 bpons