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.
2 parents 38b06e0 + f2c3314 commit c4902d5Copy full SHA for c4902d5
deploy/lib/createContainers.js
@@ -164,6 +164,7 @@ module.exports = {
164
privacy: container.privacy,
165
port: container.port,
166
http_option: container.httpOption,
167
+ sandbox: container.sandbox,
168
health_check: adaptHealthCheckToAPI(container.healthCheck),
169
};
170
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