From 3bb676c7bffa51710c67eb6d74b3cead9d427fb4 Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Fri, 18 Oct 2024 00:07:58 -0400 Subject: [PATCH] simplify --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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