Browse Source

Give docker access to socket

main
therealchfkch 4 years ago
parent
commit
bb436cd1d0
  1. 2
      .woodpecker/build-docker.yml

2
.woodpecker/build-docker.yml

@ -6,5 +6,7 @@ pipeline:
build:
image: docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build .

Loading…
Cancel
Save