Commit 0587c1d1 authored by wuzekai's avatar wuzekai

增加了HOST_API_BASE环境变量

parent 8d152d15
......@@ -23,6 +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)"
WORKDIR /data
ENV HOST_API_BASE="http://127.0.0.1:11999"
CMD ["R", "-e", "radiant::radiant(host='0.0.0.0', port=3838)"]
#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