Skip to content

Commit

Permalink
serious
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 20, 2024
1 parent 984fc69 commit 74c7c55
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/r-base:latest
FROM rocker/geospatial:latest

WORKDIR /code

Expand All @@ -7,8 +7,10 @@ RUN install2.r --error \
dplyr \
ggplot2 \
readr \
ggExtra

ggExtra \
mapgl \
duckdbfs

COPY . .

CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]

0 comments on commit 74c7c55

Please sign in to comment.