9 lines
191 B
YAML
9 lines
191 B
YAML
pipeline:
|
|
pull:
|
|
image: docker:latest
|
|
commands:
|
|
- docker build https://github.com/Saiyato/snapserver_docker.git
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|