igroffman commited on
Commit
78834b2
·
verified ·
1 Parent(s): 9e5e0e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +13 -3
Dockerfile CHANGED
@@ -7,8 +7,18 @@ RUN install2.r --error \
7
  dplyr \
8
  ggplot2 \
9
  readr \
10
- ggExtra
11
-
 
 
 
 
 
 
 
 
 
 
12
  COPY . .
13
 
14
- CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
 
7
  dplyr \
8
  ggplot2 \
9
  readr \
10
+ tidyr \
11
+ purrr \
12
+ stringr \
13
+ plotly \
14
+ DT \
15
+ gt \
16
+ gtExtras \
17
+ shinyWidgets \
18
+ fmsb \
19
+ scales \
20
+ tibble
21
+
22
  COPY . .
23
 
24
+ CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]