biodiversity-justice / Dockerfile
cboettig's picture
deps :see_no_evil:
98d52b4
raw
history blame contribute delete
404 Bytes
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)"]