Introduction

For creating a production deployment of a {shiny} application it is

often useful to be able to provide a Docker image that contains all the

dependencies for that application. Here we explore how one might go

about automating the creation of a Dockerfile that will allow us to

build ...

Continue reading: Automating Dockerfile creation for Shiny apps