I only found this https://github.com/openanalytics/shinyproxy-demo/blob/master/Dockerfile Dockerfile but its for a very early version of Shinyproxy as far as i understand. Is there a way to get the Dockerfile for newer Shinyproxy Image versions?
Just replace the old version with the new one in the Dockerfile, i.e. replace
COPY shinyproxy_0.0.1.tar.gz /root/
by
COPY shinyproxy_2.6.1.tar.gz /root/
Hey, that doesn’t work unfortunately, got stuck on the same problem as this post mentioned
But i wrote my own dockerfile and got it to work like this only with the new jar for 2.6.1
Hi
You can find the Dockerfiles for ShinyProxy itself in this repository: https://github.com/openanalytics/shinyproxy-docker
Hey, thats exactly what I looked for, thank you very much
1 Like