From 9fd420cddd8212453cdd51b8f0e62b09a28c9cf7 Mon Sep 17 00:00:00 2001 From: Vladimir Drayling Date: Fri, 28 Mar 2025 15:55:36 +0100 Subject: [PATCH] chore(workspace): change compose & dockerfile --- next-app/prod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-app/prod.Dockerfile b/next-app/prod.Dockerfile index e5a2a6c..ea5a1f9 100644 --- a/next-app/prod.Dockerfile +++ b/next-app/prod.Dockerfile @@ -26,7 +26,7 @@ ENV NEXT_PUBLIC_ENV_VARIABLE=${NEXT_PUBLIC_ENV_VARIABLE} # ENV NEXT_TELEMETRY_DISABLED 1 # Build Next.js based on the preferred package manager -RUN bun build +RUN bun run build # Note: It is not necessary to add an intermediate step that does a full copy of `node_modules` here