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.
2 parents 1d466a8 + 6c7defe commit cbe8d81Copy full SHA for cbe8d81
Dockerfile
@@ -39,7 +39,10 @@ FROM eclipse-temurin:17-jre
39
40
ENV SPRING_OUTPUT_ANSI_ENABLED=ALWAYS \
41
JHIPSTER_SLEEP=0 \
42
- JAVA_OPTS=""
+ JAVA_OPTS="" \
43
+ # Globally disables liquibase analytics.
44
+ # (see: https://docs.liquibase.com/pro/user-guide/what-data-does-liquibase-collect-and-how-is-it-used)
45
+ LIQUIBASE_ANALYTICS_ENABLED=false
46
47
# Add the war and changelogs files from build stage
48
COPY --from=builder /code/build/libs/*.war /app.war
0 commit comments