FROM rocker/shiny WORKDIR /code COPY . . EXPOSE 7860 CMD ["Rscript", "-e", "shiny::runApp('app.R', port = 7860, host = '0.0.0.0')"]