docker: install for linux

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-02-28 20:05:08 +01:00
parent 3ec6f00f46
commit 93fa96f54f
6 changed files with 75 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
"prettier:fix": "prettier --write \"./**/*.ts\"",
"test": "jest",
"test-coverage": "jest --coverage",
"test:e2e": "jest -c jest.config.e2e.ts"
"test:e2e": "jest -c jest.config.e2e.ts --runInBand --detectOpenHandles --forceExit"
},
"repository": {
"type": "git",