mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
modify dockerfile to include gdal and config files
This commit is contained in:
+2
-1
@@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
|
||||
libssl-dev \
|
||||
libxml2-dev \
|
||||
libgdal-dev \
|
||||
gdal-bin \
|
||||
libgeos-dev \
|
||||
libproj-dev \
|
||||
libudunits2-dev \
|
||||
@@ -45,6 +44,7 @@ RUN apt-get update && apt-get install -y \
|
||||
libcurl4 \
|
||||
libssl3 \
|
||||
libxml2 \
|
||||
gdal-bin \
|
||||
libgeos-c1v5 \
|
||||
libproj25 \
|
||||
libudunits2-0 \
|
||||
@@ -65,6 +65,7 @@ COPY --from=renv-base /app/renv.lock /app/renv.lock
|
||||
COPY dashboard.Rmd dashboard.Rmd
|
||||
COPY queries.R queries.R
|
||||
COPY utils.R utils.R
|
||||
COPY config.yml config.yml
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user