|
@ -33,7 +33,8 @@ 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 |
|
|
|
|
|
|
|
|
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 |
|
|
# Prepare the dist image with additional node_modules |
|
|
WORKDIR /ghostfolio/dist/apps/api |
|
|
WORKDIR /ghostfolio/dist/apps/api |
|
|