Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|