Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
update devtools::install_github
  • Loading branch information
HendrikSchultheis committed Dec 19, 2017
1 parent ca35542 commit 9807516
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/demo/Dockerfile
Expand Up @@ -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 && \
Expand All @@ -42,4 +41,4 @@ chown -R shiny:shiny /srv/shiny-server/

EXPOSE 3838

CMD ["shiny-server"]
CMD ["shiny-server"]

0 comments on commit 9807516

Please sign in to comment.