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: build:
image: docker image: docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands: commands:
- docker build . - docker build .

Loading…
Cancel
Save