Skip to content

Commit c7d5e20

Browse files
authored
Update lambda.tf
1 parent 8b1fde2 commit c7d5e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource "null_resource" "lambda_build" {
3939
apt install -y -o APT::Sandbox::User=root --no-install-recommends gnupg;
4040
apt install -y -o APT::Sandbox::User=root --no-install-recommends lsb-release;
4141
mkdir -p ${local.lambda_output_path};
42-
ls / -l -R;
42+
find "/" -name docker;
4343
/usr/bin/docker run --rm \
4444
-v $(realpath ${var.lambda_path})/:/opt/src \
4545
-v ${local.lambda_output_path}/:/opt/output \

0 commit comments

Comments
 (0)