Skip to content

Commit 0184c96

Browse files
committed
fix: 실행 위치 수정
1 parent 1101d39 commit 0184c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/dev/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ locals {
8282
"-Ddd.agent.host=10.0.7.245",
8383
"-Dspring.profiles.active=dev",
8484
"-jar",
85-
"/app/api.jar"
85+
"/api.jar"
8686
] : null
8787
portMappings = [
8888
for m in lookup(def, "port_mappings", []) : {

0 commit comments

Comments
 (0)