I\'m trying to build a docker image with a global install of firebase-tools and angular-cli. I\'m building the same image for two versions of node: 6.x (LTS bor
Please DO NOT set the user to root or use --unsafe-perm.
root
--unsafe-perm
Simply use the node user, provided with the current official (e.g. alpine) images.
node
alpine
Commented Dockerfile below:
Dockerfile
FROM node:15.5-alpine #