This commit is contained in:
2025-10-09 20:57:51 +02:00
parent 88218b8be1
commit 3e25c5ef76
2 changed files with 58 additions and 22 deletions

View File

@@ -4,4 +4,4 @@ COPY . /app
WORKDIR /app
RUN mvn clean compile -P develop package
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["java", "-Dspring.profiles.active=lab", "-jar", "/app/target/tm-0.0.1-SNAPSHOT.jar"]
CMD ["java", "-Dspring.profiles.active=nflow.db.postgresql,lab", "-jar", "/app/target/tm-0.0.1-SNAPSHOT.jar"]