FROM node:22-alpine WORKDIR /app RUN --mount=type=cache,target=/root/.npm \ npm install --global chokidar-cli ENV SHELL=/bin/sh