trying out analytics
This commit is contained in:
@@ -18,6 +18,8 @@ RUN pnpm install --frozen-lockfile
|
||||
FROM base as builder
|
||||
|
||||
# Include all NEXT_PUBLIC_* env vars here
|
||||
ARG NEXT_PUBLIC_POSTHOG_KEY
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user