We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b6ff0 commit 37661bbCopy full SHA for 37661bb
lib/pip.js
@@ -89,7 +89,7 @@ function installRequirements(
89
// Prepare bind path depending on os platform
90
const bindPath = getBindPath(servicePath);
91
92
- cmdOptions = ['run', '--rm', '-v', `${bindPath}:/var/task:z`];
+ cmdOptions = ['run', '--rm', '-v', `"${bindPath}:/var/task:z"`];
93
if (options.dockerSsh) {
94
// Mount necessary ssh files to work with private repos
95
cmdOptions.push(
0 commit comments