Project / Dockerfile
Geoeasy's picture
Upload Dockerfile
ecd40d9 verified
raw
history blame
241 Bytes
FROM rocker/shiny:latest
RUN R -e "install.packages(c('shiny','readxl','dlookr','rpivotTable'), repos='https://cloud.r-project.org')"
COPY app.R /srv/shiny-server/app.R
COPY status1.xlsx /srv/shiny-server/status1.xlsx
EXPOSE 3838