8 lines
137 B
YAML
8 lines
137 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: docker
|
||
|
commands:
|
||
|
- docker build .
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|