Skip to content

Commit

Permalink
Revert "Disabled nx daemon in docker container (#22066)" (#22067)
Browse files Browse the repository at this point in the history
This reverts commit 38d377d.

- Disabling the daemon led to more problems than it solved with `yarn
dev` running in Docker
  • Loading branch information
cmraible authored Jan 29, 2025
1 parent 38d377d commit 99037bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN curl -s https://packages.stripe.dev/api/security/keypair/stripe-cli-gpg/publ
default-mysql-client && \
npx -y [email protected] install --with-deps

ENV NX_DAEMON=false
ENV NX_DAEMON=true
ENV YARN_CACHE_FOLDER=$WORKDIR/.yarncache

EXPOSE 2368
Expand Down

0 comments on commit 99037bb

Please sign in to comment.