We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87908ad commit cbafe6bCopy full SHA for cbafe6b
Dockerfile
@@ -6,6 +6,9 @@ FROM node:22-alpine AS base
6
# for now just make nextjs happy by setting this variable
7
ENV MONGODB_URI_AUTH=mongodb://localhost:27020/auth
8
9
+ARG NEXT_PUBLIC_POSTHOG_KEY
10
+ENV NEXT_PUBLIC_POSTHOG_KEY=$NEXT_PUBLIC_POSTHOG_KEY
11
+
12
FROM base AS deps
13
RUN apk update && apk add --no-cache libc6-compat
14
WORKDIR /app
0 commit comments