Dominic Grimm
c8901a91c2
All checks were successful
continuous-integration/drone/push Build is passing
18 lines
303 B
YAML
18 lines
303 B
YAML
---
|
|
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
|