Update Dockerfile to match the app's requirements and not the example from RStudio
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -4,10 +4,10 @@ WORKDIR /code
|
|
4 |
|
5 |
RUN install2.r --error \
|
6 |
shiny \
|
7 |
-
|
8 |
-
|
9 |
readr \
|
10 |
-
|
11 |
|
12 |
COPY . .
|
13 |
|
|
|
4 |
|
5 |
RUN install2.r --error \
|
6 |
shiny \
|
7 |
+
ellmer \
|
8 |
+
purrr \
|
9 |
readr \
|
10 |
+
dplyr
|
11 |
|
12 |
COPY . .
|
13 |
|