This commit is contained in:
aminecmi 2022-07-19 17:28:45 +02:00
parent b9c7618b80
commit e074eb9be3

View File

@ -3,8 +3,9 @@ type: docker
steps:
- name: build
image: node:alpine
image: node:16.16.0-alpine3.16
commands:
- apk add --no-cache python make g++
- apk add --update python make g++
- rm -rf /var/cache/apk/*
- npm install
- vue-cli-service build --mode production