FROM node:20-alpine # Install git RUN apk add --no-cache git RUN npm install -g docsify-cli prettier eslint