mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
modify dockerfile
This commit is contained in:
+1
-3
@@ -45,7 +45,6 @@ RUN apt-get update && apt-get install -y \
|
||||
libcurl4 \
|
||||
libssl3 \
|
||||
libxml2 \
|
||||
libgdal32 \
|
||||
libgeos-c1v5 \
|
||||
libproj25 \
|
||||
libudunits2-0 \
|
||||
@@ -55,7 +54,6 @@ RUN apt-get update && apt-get install -y \
|
||||
libharfbuzz0b \
|
||||
libfribidi0 \
|
||||
libpng16-16 \
|
||||
libjpeg62-turbo \
|
||||
libtiff6 \
|
||||
pandoc \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
@@ -70,4 +68,4 @@ COPY utils.R utils.R
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["R", "-e", "rmarkdown::run('dashboard.Rmd', shiny_args = list(host = '0.0.0.0', port = 8080))"]ROM rocker/shiny:4.5.2 AS base
|
||||
CMD ["R", "-e", "rmarkdown::run('dashboard.Rmd', shiny_args = list(host = '0.0.0.0', port = 8080))"]
|
||||
|
||||
Reference in New Issue
Block a user