Skip to content

Commit

Permalink
releaseb build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Jan 8, 2025
1 parent 340c13d commit 3739988
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM amazoncorretto:23 AS build_stage
FROM amazoncorretto:21 AS build_stage
WORKDIR /build
COPY . .
RUN yum -y install findutils
RUN ./gradlew --no-daemon clean test shadowJar --stacktrace

FROM amazoncorretto:23
FROM amazoncorretto:21
WORKDIR /awg2
COPY --from=build_stage /build/build/libs/wow-pla.jar wow-pla.jar
EXPOSE 9000 9400
Expand Down

0 comments on commit 3739988

Please sign in to comment.