kind: pipeline type: docker steps: - name: build image: node:16.16.0-alpine3.16 commands: - apk add --update python make g++ - rm -rf /var/cache/apk/* - npm install - vue-cli-service build --mode production