2 Commits
test1 ... test2

Author SHA1 Message Date
3112312922 Added docker volume
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:14:44 +02:00
7579e3a536 Changing image
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:08:31 +02:00

View File

@@ -1,6 +1,8 @@
pipeline: pipeline:
pull: pull:
image: amd64/alpine:latest image: docker:latest
commands: commands:
- docker build https://github.com/Saiyato/snapserver_docker - docker build https://github.com/Saiyato/snapserver_docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock