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

Delete Dokerfile

Browse files
Files changed (1) hide show
  1. Dokerfile +0 -8
Dokerfile DELETED
@@ -1,8 +0,0 @@
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