'ENOENT: no such file or directory tsconfig.app.json is not found during build creation on Jenkins

Recently I migrated one project from angular 8 to angular 13. I tried to deploy it using Jenkins but it is failing during build creation on server and giving me error "ENOENT: no such file or directory tsconfig.app.json is not found during build creation on Jenkins". The commands to execute for build I have written in docker file so it's getting executed from the docker file on jenkins server. The file is present though, please find the error

Error Message



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source