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 01ba634 commit 1e283c5Copy full SHA for 1e283c5
terraform/dev/locals.tf
@@ -80,7 +80,7 @@ locals {
80
"-Ddd.agent.host=172.17.0.1",
81
"-Dspring.profiles.active=dev",
82
"-jar",
83
- "/api.jar"
+ "/app/api.jar"
84
] : null
85
portMappings = [
86
for idx, port in def.container_port :
0 commit comments