diff --git a/.github/workflows/build-code.yml b/.github/workflows/build-code.yml index d41f28f7d..bc92527f8 100644 --- a/.github/workflows/build-code.yml +++ b/.github/workflows/build-code.yml @@ -10,7 +10,7 @@ permissions: jobs: build: env: - NX_DAEMON: false + # NX_DAEMON: false runs-on: ubuntu-latest strategy: matrix: diff --git a/.github/workflows/extract-locales.yml b/.github/workflows/extract-locales.yml index 04dc0b863..07a60b609 100644 --- a/.github/workflows/extract-locales.yml +++ b/.github/workflows/extract-locales.yml @@ -12,7 +12,7 @@ permissions: jobs: extract_locales: env: - NX_DAEMON: false + # NX_DAEMON: false runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/Dockerfile b/Dockerfile index 89121eee5..747c352aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ COPY ./nx.json nx.json COPY ./replace.build.mjs replace.build.mjs COPY ./tsconfig.base.json tsconfig.base.json -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