From 6d5395bae29f5dae9235c94f6103b664fbde760b Mon Sep 17 00:00:00 2001 From: wuzekai <3025054974@qq.com> Date: Fri, 28 Nov 2025 17:15:48 +0800 Subject: [PATCH] update --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac62e4c..85da617 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,7 @@ RUN R -e "install.packages(c('shiny', 'shinydashboard', 'remotes','readxl'), rep RUN echo 'options(radiant.shinyFiles = FALSE)' >> /usr/local/lib/R/etc/Rprofile.site COPY . /srv/shiny-server/ COPY set_path.R /usr/local/lib/R/etc/Rprofile.site.d/00-radiant-path.R -RUN echo 'source("/srv/shiny-server/radiant.model/R/coxp.R")' >> /usr/local/lib/R/etc/Rprofile.site -Run echo 'load("/srv/shiny-server/data/test.state.rda")' >> /usr/local/lib/R/etc/Rprofile.site + # 安装所有模块 RUN R -e "remotes::install_local('/srv/shiny-server/radiant.data',dependencies=TRUE, type='source', upgrade='never',force=TRUE)" -- 2.22.0