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 cba7a34 commit c3c5d2aCopy full SHA for c3c5d2a
index.js
@@ -38,7 +38,7 @@ class RustPlugin {
38
{
39
cargoFlags: "",
40
dockerTag: DEFAULT_DOCKER_TAG,
41
- dockerImage: DEFAULT_DOCKER_IMAGE,
+ dockerImage: DEFAULT_DOCKER_IMAGE
42
},
43
(this.serverless.service.custom && this.serverless.service.custom.rust) ||
44
{}
@@ -58,8 +58,6 @@ class RustPlugin {
58
const cargoDownloads = path.join(cargoHome, 'git');
59
60
const dockerCLI = process.env['SLS_DOCKER_CLI'] || 'docker';
61
- console.log("you're looking for this!");
62
- console.log(this);
63
const dockerPath = path.resolve(this.custom.dockerPath || this.servicePath);
64
const defaultArgs = [
65
'run',
0 commit comments