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 13caa64 commit 9b761f7Copy full SHA for 9b761f7
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 -Dorg.gradle.warning.mode=all
+RUN ./gradlew build --debug
11
12
CMD ["java", "-jar", "build/libs/app-0.0.1-SNAPSHOT.jar"]
src/main/resources/application.yml
@@ -9,9 +9,9 @@ logging:
spring:
profiles:
- default: dev
+ #default: dev
13
#active: dev
14
- #active: prod
+ active: prod
15
application:
16
name: app
17
main:
0 commit comments