Skip to content

Commit

Permalink
wip: filemanager docker function
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Mar 26, 2024
1 parent 56dba74 commit 7c12886
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 7c12886

Please sign in to comment.