Dro e.
This commit is contained in:
parent
b9c7618b80
commit
e074eb9be3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user