Skip to content

Commit cba7a34

Browse files
author
Andrew Klitzke
committed
debug
1 parent 12099ae commit cba7a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class RustPlugin {
6060
const dockerCLI = process.env['SLS_DOCKER_CLI'] || 'docker';
6161
console.log("you're looking for this!");
6262
console.log(this);
63-
const dockerPath = this.custom.dockerPath || this.servicePath;
63+
const dockerPath = path.resolve(this.custom.dockerPath || this.servicePath);
6464
const defaultArgs = [
6565
'run',
6666
'--rm',

0 commit comments

Comments
 (0)