--- kind: pipeline type: docker name: frontend steps: - name: build image: tmaier/docker-compose volumes: - name: dockersock path: /var/run/docker.sock commands: - docker-compose build frontend volumes: - name: dockersock host: path: /var/run/docker.sock