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 36eabec commit f2c3314Copy full SHA for f2c3314
deploy/lib/createContainers.js
@@ -143,6 +143,7 @@ module.exports = {
143
privacy: container.privacy,
144
port: container.port,
145
http_option: container.httpOption,
146
+ sandbox: container.sandbox,
147
};
148
149
this.serverless.cli.log(`Updating container ${container.name}...`);
deploy/lib/createFunctions.js
@@ -224,6 +224,7 @@ Runtime lifecycle doc : https://www.scaleway.com/en/docs/compute/functions/refer
224
privacy: func.privacy,
225
domain_name: func.domain_name,
226
http_option: func.httpOption,
227
+ sandbox: func.sandbox,
228
229
230
const availableRuntimes = await this.listRuntimes();
0 commit comments