@ -10,7 +10,7 @@ permissions:
jobs:
build:
env:
NX_DAEMON: false
# NX_DAEMON: false
runs-on: ubuntu-latest
strategy:
matrix:
@ -12,7 +12,7 @@ permissions:
extract_locales:
steps:
- name: Checkout code
@ -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