Browse Source

Turn Nx Daemon off

feature/upgrade-nx-to-version-21.1.2
Thomas Kaul 4 weeks ago
parent
commit
6c29f49e19
  1. 2
      .github/workflows/build-code.yml
  2. 2
      .github/workflows/extract-locales.yml
  3. 2
      Dockerfile

2
.github/workflows/build-code.yml

@ -10,7 +10,7 @@ permissions:
jobs: jobs:
build: build:
env: env:
NX_DAEMON: false # NX_DAEMON: false
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:

2
.github/workflows/extract-locales.yml

@ -12,7 +12,7 @@ permissions:
jobs: jobs:
extract_locales: extract_locales:
env: env:
NX_DAEMON: false # NX_DAEMON: false
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code

2
Dockerfile

@ -33,7 +33,7 @@ COPY ./nx.json nx.json
COPY ./replace.build.mjs replace.build.mjs COPY ./replace.build.mjs replace.build.mjs
COPY ./tsconfig.base.json tsconfig.base.json 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 # Prepare the dist image with additional node_modules
WORKDIR /ghostfolio/dist/apps/api WORKDIR /ghostfolio/dist/apps/api

Loading…
Cancel
Save