Skip to content

Commit fdafd6d

Browse files
committed
fix: leading slash
1 parent 536e58b commit fdafd6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/cmds/test_cmds/auto-compose.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function tester(compose, argv) {
101101

102102
if (argv.http) {
103103
volumes.push(`${resolve(__dirname, '../../..')}:/deploy`);
104-
volumes.push(`${resolve(__dirname, '../../..')}:/${workingDir}/node_modules/@makeomatic/deploy`);
104+
volumes.push(`${resolve(__dirname, '../../..')}:${workingDir}/node_modules/@makeomatic/deploy`);
105105
if (testerConfig.command === 'tail -f /dev/null') {
106106
testerConfig.command = `node ${workingDir}/node_modules/@makeomatic/deploy/bin/runner.js`;
107107
}

0 commit comments

Comments
 (0)