Building the docker image fails

Hello,

i tried to follow the instructions but when under “Deploying apps”, i can not get ahead.
https://www.shinyproxy.io/deploying-apps/

When i try to run this command: sudo docker build -t openanalytics/shinyproxy-template .
i get this error message:

“unable to prepare context: unable to evaluate symlinks in Dockerfile path. no such file or directory.”

Where is the correct path to run that command?

Thank you :slight_smile:

Hi @MarkusL1987

The command should be run from the root of the Git repository, i.e. from within the folder in which the Dockerfile is located.

Hope this helps!

Best,
Tobias