ThinkR-open / dockerfiler

Easy Dockerfile Creation from R
https://thinkr-open.github.io/dockerfiler/
Other
176 stars 26 forks source link

set options('shiny.port'=xx,shiny.host='0.0.0.0') inside Rprofile for add_dockerfile_shinyproxy #14

Open ColinFay opened 2 years ago

ColinFay commented 2 years ago

set options('shiny.port'=3838,shiny.host='0.0.0.0') inside Rprofile.site to simplify application.yml.

to avoid :

to allow :

Migrated from https://github.com/ThinkR-open/golem/issues/492