I'm a newbie with docker. I'm trying to deploy a docker container to Azure. When running npm install everything works fine, but when npm run build is executed there is the following error message:
sh: 1: tsc: Permission denied
I already tried to give extra permissions using chmod. Thanks for any help in advance!