Skip to content

Commit

Permalink
fix: frontend Dockerfile include Matomo envs TETP-277
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkojamG committed Dec 18, 2024
1 parent 5eb331f commit 1c8f2b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ ARG SENTRY_RELEASE
ARG NEXT_PUBLIC_ASKEM_API_KEY
ARG NEXT_PUBLIC_SHOW_COOKIE_BANNER
ARG NEXT_PUBLIC_ENABLE_ALTERATION_FEATURES
ARG NEXT_PUBLIC_MATOMO_URL
ARG NEXT_PUBLIC_MATOMO_SITE_ID
ARG NEXT_PUBLIC_MATOMO_JS_TRACKER_FILE
ARG NEXT_PUBLIC_MATOMO_PHP_TRACKER_FILE
ARG NEXT_PUBLIC_MATOMO_ENABLED

USER default:root
WORKDIR /app
Expand Down

0 comments on commit 1c8f2b8

Please sign in to comment.