Skip to content

Commit 9b761f7

Browse files
Fix Dockerfile
1 parent 13caa64 commit 9b761f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ COPY / .
77
ENV SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN}
88
ENV SPRING_PROFILES_ACTIVE=dev
99

10-
RUN ./gradlew --no-daemon clean build -Dorg.gradle.warning.mode=all
10+
RUN ./gradlew build --debug
1111

1212
CMD ["java", "-jar", "build/libs/app-0.0.1-SNAPSHOT.jar"]

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ logging:
99

1010
spring:
1111
profiles:
12-
default: dev
12+
#default: dev
1313
#active: dev
14-
#active: prod
14+
active: prod
1515
application:
1616
name: app
1717
main:

0 commit comments

Comments
 (0)