chore(scaffolder): set the working directory default as the temp foler
This commit is contained in:
@@ -84,6 +84,7 @@ export const runDockerContainer = async ({
|
||||
logStream,
|
||||
{
|
||||
Volumes: { '/result': {}, '/template': {} },
|
||||
WorkingDir: '/tmp',
|
||||
HostConfig: {
|
||||
Binds: [
|
||||
// Need to use realpath here as Docker mounting does not like
|
||||
|
||||
Reference in New Issue
Block a user