Skip to content

Deploy the application using Docker

Thomas Källman edited this page May 3, 2024 · 1 revision

The application can be easily deployed in a dockerimage. It is easiest to start with the rocker/shiny-verse. This is a shiny-server that also have the majority of the tidyverse packages already installed. To deploy an instance using this base image do the following.

  1. Install docker using your preferred method.
    • apt install docker
Clone this wiki locally