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