We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e663c77 commit 009a237Copy full SHA for 009a237
Dockerfile
@@ -7,6 +7,6 @@ COPY / .
7
ENV SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN}
8
ENV SPRING_PROFILES_ACTIVE=dev
9
10
-RUN ./gradlew --no-daemon clean build --debug
+RUN ./gradlew --no-daemon clean build --info
11
12
CMD ["java", "-jar", "build/libs/app-0.0.1-SNAPSHOT.jar"]
0 commit comments