backend-common: Use Record<string, string> for envVars in runDockerContainer
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
@@ -108,7 +108,7 @@ export class TechdocsGenerator implements GeneratorBase {
|
||||
workingDir: '/input',
|
||||
// Set the home directory inside the container as something that applications can
|
||||
// write to, otherwise they will just fail trying to write to /
|
||||
envVars: ['HOME=/tmp'],
|
||||
envVars: { HOME: '/tmp' },
|
||||
dockerClient,
|
||||
});
|
||||
this.logger.info(
|
||||
|
||||
Reference in New Issue
Block a user