Docker test

test
dan 2020-10-26 20:46:38 -06:00
parent 22391f264e
commit b758d2686e
1 changed files with 6 additions and 0 deletions

View File

@ -2,12 +2,18 @@ kind: pipeline
type: docker type: docker
name: default name: default
steps: steps:
- name: dockerize
image: docker
commands:
- docker --version
- name: build_client - name: build_client
image: node image: node
commands: commands:
- cd Client - cd Client
- npm install - npm install
- node node_modules/@angular/cli/bin/ng build --prod --configuration=production - node node_modules/@angular/cli/bin/ng build --prod --configuration=production
- name: build_server - name: build_server
image: node image: node
commands: commands: