Skip to content

Commit 1e283c5

Browse files
committed
fix: 명령어 경로 수정
1 parent 01ba634 commit 1e283c5

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
@@ -80,7 +80,7 @@ locals {
8080
"-Ddd.agent.host=172.17.0.1",
8181
"-Dspring.profiles.active=dev",
8282
"-jar",
83-
"/api.jar"
83+
"/app/api.jar"
8484
] : null
8585
portMappings = [
8686
for idx, port in def.container_port :

0 commit comments

Comments
 (0)