Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
|
@@ -7,8 +7,11 @@ 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 |
+
ggExtra \
|
| 11 |
+
lubridate \
|
| 12 |
+
leaflet
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
|
| 17 |
+
|