Skip to content

Commit

Permalink
Remove unnecessary envs for build image (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
sschnabe authored Feb 12, 2024
1 parent 3494b4d commit c46de1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ ENV \
KC_METRICS_EVENT_REPLACE_IDS=true \
KC_METRICS_STATS_ENABLED=true \
URI_METRICS_ENABLED=false \
URI_METRICS_DETAILED=false \
KC_PROXY=edge \
KC_LOG_CONSOLE_OUTPUT=json
URI_METRICS_DETAILED=false
COPY --from=keycloak /app /app
COPY cache-ispn.xml /app/conf/cache-ispn.xml
COPY keycloak-event-metrics-${version.io.kokuwa.keycloak.metrics}.jar /app/providers/metrics-spi.jar
Expand Down

0 comments on commit c46de1c

Please sign in to comment.