Dockerfile as filename
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
2021-08-31 01:21:12 +02:00
parent 3112312922
commit 7d86fc267b

View File

@@ -2,7 +2,7 @@ pipeline:
pull: pull:
image: docker:latest image: docker:latest
commands: commands:
- docker build https://github.com/Saiyato/snapserver_docker - docker build -f Dockerfile https://github.com/Saiyato/snapserver_docker
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock