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
name: default
steps:
- name: dockerize
image: docker
commands:
- docker --version
- name: build_client
image: node
commands:
- cd Client
- npm install
- node node_modules/@angular/cli/bin/ng build --prod --configuration=production
- name: build_server
image: node
commands: