trying out analytics

This commit is contained in:
Kyle Corbitt
2023-06-27 00:11:07 -07:00
parent 267a5381f3
commit f6f93a1161
8 changed files with 43 additions and 12 deletions

View File

@@ -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 . .