-
- Downloads
fix: Prefer /usr/src/app workdir so no need for chown (#1763)
In alpine linux, the `/usr/src` dir is already configured to allow system users read access. Keeping the ownership to root, but permitting the `node` user read access. **Note**: Maybe a breaking change if users are mounting to `/src` path on docker run.
Please register or sign in to comment