RShiny Docker image for Analytics Platform
Users can deploy shiny apps on the Analytical Platform.
make build
make up
Shiny apps are built and deployed by Concourse which installs the webapp
helm chart passing correct image values.
Each shiny app has its own repository with Dockerfile
based on moj-analytical-services/rshiny-template
repository (cloned when creating a new app).
This docker image is used as base image in the moj-analytical-services/rshiny-template
repository (conda
branch).
Another significant difference of the conda
branch is that it also uses analytics-platform-shiny-server
instead of official shiny server - main reason for this was to be able to use R environment installed with conda (or any R environment in your PATH
).