FROM node:20-alpine ENV NODE_PATH="/usr/local/lib/node_modules" RUN npm install [email protected] -g ENTRYPOINT [""]