DaveM2430 commited on
Commit
63f8cf7
·
verified ·
1 Parent(s): 5fdaac8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -21,7 +21,8 @@ RUN R -e "install.packages(c( \
21
  'ggplot2', \
22
  'readr', \
23
  'arrow', \
24
- 'DT' \
 
25
  ))"
26
 
27
  RUN mkdir -p /app/www
 
21
  'ggplot2', \
22
  'readr', \
23
  'arrow', \
24
+ 'DT', \
25
+ 'shinyjs' \
26
  ))"
27
 
28
  RUN mkdir -p /app/www