Skip to content

Instantly share code, notes, and snippets.

@seabbs
Created April 24, 2018 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seabbs/233d4de7a17d3b4af8125b52229fb8d7 to your computer and use it in GitHub Desktop.
Save seabbs/233d4de7a17d3b4af8125b52229fb8d7 to your computer and use it in GitHub Desktop.
wrapper docker file to overwrite server
FROM seabbs/showmeperseus:latest
MAINTAINER "Sam Abbott" contact@samabbott.co.uk
WORKDIR /home/rstudio/ShowMePerseus
EXPOSE 3838
CMD R -e 'shiny::runApp(port = 3838)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment