We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12099ae commit cba7a34Copy full SHA for cba7a34
index.js
@@ -60,7 +60,7 @@ class RustPlugin {
60
const dockerCLI = process.env['SLS_DOCKER_CLI'] || 'docker';
61
console.log("you're looking for this!");
62
console.log(this);
63
- const dockerPath = this.custom.dockerPath || this.servicePath;
+ const dockerPath = path.resolve(this.custom.dockerPath || this.servicePath);
64
const defaultArgs = [
65
'run',
66
'--rm',
0 commit comments