Michael Ben-David

Results 1 comments of Michael Ben-David

The smaller image size was using: ``` FROM node:16.13.1-alpine3.14 RUN apk update && \ apk add bash jq && \ rm -rf /var/cache/apk RUN npm install -g --update-notifier=false @redocly/[email protected] ......