From d1bceee2b1d38e35d6a3bc2a05c03cfc03774493 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:20:55 +0200 Subject: [PATCH] Turn Nx Daemon off --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 747c352aa..c740413ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,8 @@ COPY ./nx.json nx.json COPY ./replace.build.mjs replace.build.mjs COPY ./tsconfig.base.json tsconfig.base.json -ENV NX_DAEMON=false RUN npm run build:production +ENV NX_DAEMON=false +RUN npm run build:production # Prepare the dist image with additional node_modules WORKDIR /ghostfolio/dist/apps/api