Skip to content

Commit

Permalink
updates marketplace dockerfile to support google analytics env var (#818
Browse files Browse the repository at this point in the history
)
  • Loading branch information
scandycuz authored Nov 18, 2024
1 parent e4e4f42 commit 97931c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/marketplace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY --chown=node:node --from=deps /usr/src/app/node_modules ./node_modules
COPY --chown=node:node ./ ./

ARG NEXT_PUBLIC_ENV
ARG NEXT_PUBLIC_GA_MARKETPLACE_ID
ARG NEXT_PUBLIC_RECAPTCHA_SITE_KEY_PROD
ARG NEXT_PUBLIC_RECAPTCHA_SITE_KEY_STAGING
ARG NEXT_PUBLIC_LAUNCHDARKLY_CLIENT_ID_PROD
Expand Down

0 comments on commit 97931c9

Please sign in to comment.