Skip to content

Commit 9191c11

Browse files
authored
fix: disable nx daemon (#942)
1 parent ad68877 commit 9191c11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/hyperdx/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ COPY --from=app ./types ./packages/app/types
4848
ENV NEXT_TELEMETRY_DISABLED 1
4949
ENV NEXT_OUTPUT_STANDALONE true
5050
ENV NEXT_PUBLIC_IS_LOCAL_MODE false
51+
ENV NX_DAEMON=false
5152
RUN npx nx run-many --target=build --projects=@hyperdx/common-utils,@hyperdx/api,@hyperdx/app
5253

5354
# prod ############################################################################################

0 commit comments

Comments
 (0)