0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Revert "Disabled nx daemon in docker container (#22066)" (#22067)

This reverts commit 38d377d434.

- Disabling the daemon led to more problems than it solved with `yarn
dev` running in Docker
This commit is contained in:
Chris Raible 2025-01-28 17:50:03 -08:00 committed by GitHub
parent 38d377d434
commit 99037bb521
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ RUN curl -s https://packages.stripe.dev/api/security/keypair/stripe-cli-gpg/publ
default-mysql-client && \
npx -y playwright@1.46.1 install --with-deps
ENV NX_DAEMON=false
ENV NX_DAEMON=true
ENV YARN_CACHE_FOLDER=$WORKDIR/.yarncache
EXPOSE 2368