renv and docker file

Hello team,

I am new to R community and in building dockerfile with renv for R shiny app.
I have created a Dockerfile and instructing to create shiny-server environment, listen on port 3838, copy the app and related folders to docker image, COPY renv.lock renv.lock and restored it. I am able to build the docker file . However docker run -p 3838:3838 <> is not running my app, it is throwing an error as below-

Any support or leads is highly appreciated !
Thanks in advance,
Shruthi

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.