backend-common: Set workingdir to /input by default
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
@@ -87,6 +87,7 @@ export const runDockerContainer = async ({
|
||||
logStream,
|
||||
{
|
||||
Volumes: { '/output': {}, '/input': {} },
|
||||
WorkingDir: '/input',
|
||||
HostConfig: {
|
||||
Binds: [
|
||||
// Need to use realpath here as Docker mounting does not like
|
||||
|
||||
Reference in New Issue
Block a user