mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ export async function dockerRun(opts: {
|
|||
"--name",
|
||||
`${opts.containerName}-${crypto.randomBytes(4).toString("hex")}`,
|
||||
"-d",
|
||||
"--rm",
|
||||
...params,
|
||||
opts.image,
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue