diff --git a/packer.pkr.hcl b/packer.pkr.hcl index 9f07129..bb1b5f4 100644 --- a/packer.pkr.hcl +++ b/packer.pkr.hcl @@ -42,6 +42,11 @@ build { destination = "/var/task/app.py" } + provisioner "file" { + source = "./requirements.txt" + destination = "/var/task/requirements.txt" + } + provisioner "shell" { inline = [ "ls -la /var/task", # Debug: List contents