diff --git a/Dockerfile b/Dockerfile index 9549889..f5e4d56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,11 +11,9 @@ RUN npm install --silent COPY . . ARG NEXT_PUBLIC_CONVEX_URL -ARG NEXT_PUBLIC_ENABLE_PLAUSIBLE ENV NEXT_TELEMETRY_DISABLED=1 ENV NODE_ENV=production -ENV NEXT_PUBLIC_ENABLE_PLAUSIBLE=$NEXT_PUBLIC_ENABLE_PLAUSIBLE RUN npm run build