From f8bad34e7343ecd6c59723e0ac6f391726be21cb Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Fri, 18 Oct 2024 00:06:28 -0400 Subject: [PATCH] enable --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e06c883..9549889 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ 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