Skip to content

Commit 9178a7e

Browse files
committed
Update default container command to use hrafnar CLI
- Change app_command default from ['serve'] to ['hrafnar', 'serve'] - This properly invokes the hrafnar CLI with the serve subcommand
1 parent 1ac3d6b commit 9178a7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ variable "app_port" {
102102
variable "app_command" {
103103
description = "Command to run the container"
104104
type = list(string)
105-
default = ["serve"]
105+
default = ["hrafnar", "serve"]
106106
}
107107

108108
variable "app_cpu" {

0 commit comments

Comments
 (0)