mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-12 09:17:04 +02:00
Clean up docker containers created by cypress tests (#11747)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a01a67eb8e
commit
5a0ebbfdaa
@ -59,6 +59,7 @@ export async function dockerRun(opts: {
|
|||||||
"--name",
|
"--name",
|
||||||
`${opts.containerName}-${crypto.randomBytes(4).toString("hex")}`,
|
`${opts.containerName}-${crypto.randomBytes(4).toString("hex")}`,
|
||||||
"-d",
|
"-d",
|
||||||
|
"--rm",
|
||||||
...params,
|
...params,
|
||||||
opts.image,
|
opts.image,
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user