File size: 404 Bytes
14124c0
 
 
 
 
98d52b4
14124c0
 
 
 
 
 
 
98d52b4
14124c0
98d52b4
14124c0
5f0b73b
14124c0
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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)"]