From 425bdcb0ef06dae3d02b6def28f6fe45c5afa9d0 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra <128923633+ReDxDaGer@users.noreply.github.com> Date: Thu, 9 May 2024 11:07:00 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20fixed=20a=20minor=20mis?= =?UTF-8?q?take=20in=20the=20docker=20file=20(#2437)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f3bd32a20fb..545ef1dbad8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ ENV NEXT_PUBLIC_UMAMI_SCRIPT_URL "" ENV NEXT_PUBLIC_UMAMI_WEBSITE_ID "" -RUN pnpm run build:docker # run build standalone for docker version +RUN npm run build:docker # run build standalone for docker version ## Production image, copy all the files and run next FROM base AS runner