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 68b189c commit fb2dc58Copy full SHA for fb2dc58
Dockerfile
@@ -1,4 +1,3 @@
1
FROM eclipse-temurin:21
2
ARG JAR_FILE=build/libs/time-eat-0.0.1-SNAPSHOT.jar
3
COPY ${JAR_FILE} api.jar
4
-ENTRYPOINT ["java", "-jar", "/api.jar"]
terraform/dev/ecs/locals.tf
@@ -84,7 +84,7 @@ locals {
84
essential = true
85
stopTimeout = lookup(def, "stop_timeout", var.default_stop_timeout)
86
87
- command = svc == "api-dev" ? [
+ command = def.task_definition_name == "api-dev" ? [
88
"java",
89
"-Dspring.profiles.active=dev",
90
"-jar",
0 commit comments