runAsNonRoot: true option is enabled in the Kubernetes environment. This means that I need to specify which non-root user the container and image should run with./app/env.sh file copied in the Dockerfile, as it is a file owned by the root user. The exact error message is:@novu/web@0.19.0 envsetup:docker /app
chmod +x ./env.sh && ./env.sh && mv ./env-config.js ./build/env-config.js
chmod: ./env.sh: Operation not permitted
ELIFECYCLE Command failed with exit code 1.
runAsNonRoot: true option.