Skip to content

Instantly share code, notes, and snippets.

@seabbs
Created April 24, 2018 17:35
Show Gist options
  • 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" [email protected]
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