Open hiteshvpatel256 opened 2 years ago
With primary investigation, the main reason responsible for this is docker mounts image as root user in Linux kernels.
So with that all the permission to the file system required by Node.js should be explicitly assigned into docker config file for fron-end web.
Describe the bug Front-End not deploying through docker compose due to permission issue on Linux.
To Reproduce Steps to reproduce the behavior:
Expected behavior On the execution of Docker-Compose on any Linux, the web services should be launched into container without any permission error.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop