Skip to content

Commit 08d9750

Browse files
committed
feat: repo converted to multi module
- jar file directory updated
1 parent eda39aa commit 08d9750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ RUN mvn clean package -Pprod -DskipTests
77
# Run jar file with appropriate veriables
88
FROM eclipse-temurin:21.0.6_7-jre-alpine
99
EXPOSE 8080
10-
COPY --from=build target/*.jar journey-api.jar
10+
COPY --from=build journey-api-web/target/*.jar journey-api.jar
1111
ENV SPRING_PROFILES_ACTIVE=prod
1212
ENTRYPOINT ["java","-jar","/journey-api.jar"]

0 commit comments

Comments
 (0)