Skip to content

Commit d54e5c4

Browse files
add prod spring profile
1 parent e6e897c commit d54e5c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN ./gradlew build
1515
FROM eclipse-temurin:21-jdk-alpine
1616
WORKDIR /app
1717
COPY --from=backend-builder /builder/build/libs/*.jar eventplanner.jar
18-
ENTRYPOINT ["java","-XX:+UseContainerSupport","-jar","/app/eventplanner.jar"]
18+
ENTRYPOINT ["java","-XX:+UseContainerSupport","-jar","/app/eventplanner.jar","--spring.profiles.active=prod"]

backend

0 commit comments

Comments
 (0)