Skip to content

Commit

Permalink
Update docker-base.pkr.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 27, 2024
1 parent 5043a57 commit 2a7b87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-base.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ source "docker" "docker" {
ecr_login = true
login_server = "${local.aws_account_id}.dkr.ecr.${local.aws_region}.amazonaws.com"
changes = [
"CMD [\"sleep\", \"30;\"]"
"CMD [\"sleep\", \"30\"]"
]
}

Expand Down

0 comments on commit 2a7b87b

Please sign in to comment.