Skip to content

Commit

Permalink
fix: jar creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Aug 19, 2024
1 parent f3672af commit efbee24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/admin-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /app

RUN chmod +x ./gradlew

RUN ./gradlew :modules:admin-server:jar -x test -x allTests -x jsBrowserTest
RUN ./gradlew :modules:admin-server:bootJar -x test -x allTests -x jsBrowserTest

FROM openjdk:21-jdk as runner

Expand Down
2 changes: 1 addition & 1 deletion .docker/federation-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /app

RUN chmod +x ./gradlew

RUN ./gradlew :modules:federation-server:jar -x test -x allTests -x jsBrowserTest
RUN ./gradlew :modules:federation-server:bootJar -x test -x allTests -x jsBrowserTest

FROM openjdk:21-jdk as runner

Expand Down

0 comments on commit efbee24

Please sign in to comment.