Spaces:
Sleeping
Sleeping
FROM rocker/geospatial:latest | |
WORKDIR /code | |
RUN install2.r --error \ | |
bench \ | |
bsicons \ | |
bslib \ | |
duckdbfs \ | |
fontawesome \ | |
gt \ | |
markdown \ | |
shiny \ | |
shinybusy \ | |
shinychat \ | |
tidyverse | |
RUN installGithub.r cboettig/mapgl tidyverse/ellmer boettiger-lab/duckdb.agent cboettig/duckdbfs | |
COPY . . | |
CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"] | |