We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a2058 commit 64bc67aCopy full SHA for 64bc67a
modules/ad-hoc/app/variables.tf
@@ -104,7 +104,7 @@ variable "django_settings_module" {
104
105
variable "frontend_command" {
106
description = "Command to run in the frontend container"
107
- default = ["nginx", "-g", "daemon off;"]
+ default = ["node", ".output/server/index.mjs"]
108
type = list(string)
109
}
110
modules/prod/app/variables.tf
@@ -126,7 +126,7 @@ variable "api_memory" {
126
127
128
129
130
131
132
0 commit comments