kind: pipeline
type: docker
name: default
steps:
- name: node
image: docker
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --tag ofb_angular .
host: