Fixes windows issues #747

This commit is contained in:
Joseph Garrone
2024-12-17 18:04:06 +01:00
parent 150b01f1f3
commit f023d6bca7
2 changed files with 4 additions and 2 deletions

View File

@ -67,7 +67,7 @@ export async function dumpContainerConfig(params: {
...["--db", "dev-file"],
...[
"--db-url",
"'jdbc:h2:file:/tmp/h2/keycloakdb;NON_KEYWORDS=VALUE'"
'"jdbc:h2:file:/tmp/h2/keycloakdb;NON_KEYWORDS=VALUE"'
]
])
],