mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Auto-delete test containers
This commit is contained in:
parent
a9f1a5195a
commit
17f422c1b7
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ def dockerised_server(name, container_port, exposed_port):
|
|||
[
|
||||
"docker",
|
||||
"run",
|
||||
"--rm",
|
||||
"--detach",
|
||||
"--publish",
|
||||
f"{exposed_port}:{container_port}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue