prevent docker compose down when snap is building
This commit is contained in:
parent
fc21a3674c
commit
7f285ed9ee
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue