mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
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:
parent
38d377d434
commit
99037bb521
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue