prevent docker compose down when snap is building

This commit is contained in:
Boshi Lian 2019-01-17 22:27:59 +00:00
parent fc21a3674c
commit 7f285ed9ee

View file

@ -16,8 +16,8 @@ services:
volumes:
- build:/build
command:
- "/bin/cp"
- "/sshpiperd"
- "/build/sshpiperd"
- "/bin/sh"
- "-c"
- "/bin/cp /sshpiperd /build/sshpiperd && sleep 1h"
volumes:
build: