From 9807516c54d16849842e83c63e42ad8a0d8ce8ba Mon Sep 17 00:00:00 2001 From: HendrikSchultheis Date: Tue, 19 Dec 2017 10:26:22 +0100 Subject: [PATCH] Update Dockerfile update devtools::install_github --- docker/demo/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/demo/Dockerfile b/docker/demo/Dockerfile index 90367f5..9660e0e 100644 --- a/docker/demo/Dockerfile +++ b/docker/demo/Dockerfile @@ -31,8 +31,7 @@ rm /srv/shiny-server/index.html && \ rm -rf /srv/shiny-server/sample-apps && \ #Install WILSON -#AUTH TOKEN because of PRIVATE Repo -Rscript -e 'devtools::install_github(repo = "HendrikSchultheis/wilson", ref = "package", host="github.molgen.mpg.de/api/v3", auth_token = "00fd601b5439997d3a637c6fecf6e6a50eaf9d09")' && \ +Rscript -e 'devtools::install_github(repo = "loosolab/wilson", host="github.molgen.mpg.de/api/v3")' && \ #Install WILSON App git clone https://github.molgen.mpg.de/loosolab/wilson-apps /srv/shiny-server/tmp && \ @@ -42,4 +41,4 @@ chown -R shiny:shiny /srv/shiny-server/ EXPOSE 3838 -CMD ["shiny-server"] \ No newline at end of file +CMD ["shiny-server"]