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