Kamil Mężyński
Kamil Mężyński
I'm working on Linux machine: `Linux 5.13.0-40-generic #45~20.04.1-Ubuntu SMP Mon Apr 4 09:38:31 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` What exact issue/s comes to your mind?
I'm using official Docker image... what I should have mentioned is it's working with `node:14` image.
> https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#non-root-user @nschonni wow! Running container as unprivileged user has fixed everything. Now app is installed for all images mentioned above. Even though it's reasonable to use non-root user inside...
> Can you try mounting somewhere else than `/app`? Somewhere like `/home/node/app` Sure thing @LaurentGoderre , what I've found out is that app is being installed properly whenever workdir path...
IMO nothing more to be added on this topic, therefore I'm closing the issue. Thanks everyone for your assistance and valuable insights!
@apparentlymart thank you for the reference, I may have overlooked it initially. After thorough research encompassing related issues and closed PRs, it appears that there were several primary challenges that...