diff --git a/lib/workload/stateless/filemanager/deploy/constructs/functions/function.ts b/lib/workload/stateless/filemanager/deploy/constructs/functions/function.ts index ddfdafd62..6fc5827d3 100644 --- a/lib/workload/stateless/filemanager/deploy/constructs/functions/function.ts +++ b/lib/workload/stateless/filemanager/deploy/constructs/functions/function.ts @@ -123,8 +123,8 @@ export class Function extends Construct { bundling: { environment: { ...props.buildEnvironment, - // Avoid permission issues by creating another target directory. - CARGO_TARGET_DIR: "target-cdk-docker-bundling", + // // Avoid permission issues by creating another target directory. + // CARGO_TARGET_DIR: "target-cdk-docker-bundling", // The bundling container needs to be able to connect to the container running postgres. DATABASE_URL: localDatabaseUrl, },