Geoeasy commited on
Commit
ecd40d9
·
verified ·
1 Parent(s): f7e548f

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM rocker/shiny:latest
2
+
3
+ RUN R -e "install.packages(c('shiny','readxl','dlookr','rpivotTable'), repos='https://cloud.r-project.org')"
4
+
5
+ COPY app.R /srv/shiny-server/app.R
6
+ COPY status1.xlsx /srv/shiny-server/status1.xlsx
7
+
8
+ EXPOSE 3838