Skip to content

Commit

Permalink
testing gradlew speed
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Apr 2, 2024
1 parent de58f16 commit d87789e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gradle:8.1.1-jdk17 as builder
USER root
COPY . .
RUN gradle --no-daemon build
CMD ["./gradlew build"]

FROM gcr.io/distroless/java17
ENV JAVA_TOOL_OPTIONS -XX:+ExitOnOutOfMemoryError
Expand Down

0 comments on commit d87789e

Please sign in to comment.