We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5805f76 + c3afa6e commit dbd264cCopy full SHA for dbd264c
1 file changed
templates/cli/lib/emulation/docker.ts
@@ -219,6 +219,7 @@ export async function dockerStart(
219
params.push("-p", `${port}:3000`);
220
params.push("-e", "OPEN_RUNTIMES_ENV=development");
221
params.push("-e", "OPEN_RUNTIMES_SECRET=");
222
+ params.push("-e", `OPEN_RUNTIMES_ENTRYPOINT=${func.entrypoint}`);
223
224
for (const k of Object.keys(variables)) {
225
params.push("-e", `${k}=${variables[k]}`);
0 commit comments