Commit bc5a96cd authored by wuzekai's avatar wuzekai

update

parent 21174836
...@@ -23,7 +23,7 @@ RUN R -e "remotes::install_local('/srv/shiny-server/radiant.quickgen',dependenci ...@@ -23,7 +23,7 @@ RUN R -e "remotes::install_local('/srv/shiny-server/radiant.quickgen',dependenci
RUN R -e "remotes::install_local('/srv/shiny-server/radiant-master',dependencies=TRUE, type='source', upgrade='never',force=TRUE)" RUN R -e "remotes::install_local('/srv/shiny-server/radiant-master',dependencies=TRUE, type='source', upgrade='never',force=TRUE)"
WORKDIR /data WORKDIR /data
ENV HOST_API_BASE="http://127.0.0.1:11999" ENV HOST_API_BASE="https://ds.cixincloud.com/data-search-api"
CMD ["R", "-e", "radiant::radiant(host='0.0.0.0', port=3838)"] CMD ["R", "-e", "radiant::radiant(host='0.0.0.0', port=3838)"]
#docker images | grep radiant 查看镜像 #docker images | grep radiant 查看镜像
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment