Skip to content

saagie/shiny4saagie-supercharged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Template to build on top of this image:

FROM saagie/shiny4saagie-supercharged

# Install R packages required by your Shiny app
RUN R -e 'install.packages(c("DT", "magrittr"), repos="http://cloud.r-project.org")'

# Copy your Shiny app to /srv/shiny-server/myapp
COPY myapp /srv/shiny-server/myapp

# Launch Shiny Server
CMD ["/usr/bin/shiny-server.sh"]

To use the image you built, push it to your public Dockerhub repo, then pull it from Saagie Or build it in a private repo, directly from Jenkins on the platform

Runs on port 3838

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published