fmegahed commited on
Commit
e25d9a2
·
verified ·
1 Parent(s): 7178f3f

Update Dockerfile to match the app's requirements and not the example from RStudio

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -4,10 +4,10 @@ WORKDIR /code
4
 
5
  RUN install2.r --error \
6
  shiny \
7
- dplyr \
8
- ggplot2 \
9
  readr \
10
- ggExtra
11
 
12
  COPY . .
13
 
 
4
 
5
  RUN install2.r --error \
6
  shiny \
7
+ ellmer \
8
+ purrr \
9
  readr \
10
+ dplyr
11
 
12
  COPY . .
13