Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ColinFay opened this issue Sep 23, 2021 · 0 comments

Comments

@ColinFay
Copy link
Member

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

to avoid :

  • id: demo
    container-cmd: ["R", "-e", "options('shiny.port'=3838,shiny.host='0.0.0.0');shinyapp::run_app()"]
    container-image: shinyapp

to allow :

  • id: demo
    container-cmd: ["R", "-e", "shinyapp::run_app()"]
    container-image: shinyapp

Migrated from ThinkR-open/golem#492

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant