drone docker
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Artem Anufrij 2023-02-13 23:31:44 +01:00
parent 2e02ab9ded
commit 89ba3d240d

View File

@ -15,7 +15,8 @@ steps:
image: docker
privileged: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- source: /var/run/docker.sock
target: /var/run/docker.sock
commands:
- docker build -t code.anufrij.de/webplay/client:latest ./docker