Replies: 1 comment
-
|
echo this issue, i'm struggling with Dockerfile now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if there was a recommended way of deploying rhino apps via open-source shiny server, particularly in relation to renv? I've found that in order to deploy properly, I have to
renv::restore()and then immediatelyrenv::isolate(). Having to call isolate every time seems like an extra step and I haven't seen anything about it mentioned in the rhino docs -- perhaps I'm going about this the wrong way?Beta Was this translation helpful? Give feedback.
All reactions