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 744e340 + e4fc13e commit 7b833afCopy full SHA for 7b833af
Dockerfile
@@ -34,7 +34,10 @@ LABEL description="RADAR-base data dashboard backend application"
34
35
# Override JAVA_OPTS to set heap parameters, for example
36
ENV JAVA_OPTS="" \
37
- AUTHORIZER_APP_BACKEND_OPTS=""
+ AUTHORIZER_APP_BACKEND_OPTS="" \
38
+ # Globally disables liquibase analytics.
39
+ # (see: https://docs.liquibase.com/pro/user-guide/what-data-does-liquibase-collect-and-how-is-it-used)
40
+ LIQUIBASE_ANALYTICS_ENABLED=false
41
42
COPY --from=builder /code/data-dashboard-backend/build/scripts/* /usr/bin/
43
COPY --from=builder /code/data-dashboard-backend/build/third-party/* /usr/lib/
0 commit comments