Slide 19
Slide 19 text
Docker Prep - Plumber
FROM trestletech/plumber
RUN R -e 'install.packages(c("ggplot2"))'
COPY [".", "./"]
EXPOSE 8080
ENTRYPOINT ["R", "-e", "pr <-
plumber::plumb(commandArgs()[4]); pr$run(host='0.0.0.0',
port=8080)"]
CMD ["plumber.R"]
Jeff Allen is giving an RStudio Webinar
on Plumber - July 25th - Catch the
recording later if you’re in this timezone