Just a question... why go to all this work to download the diffy-worker instead of just including it in your diffy image? Is it intended to run on the host?
|
- docker run -it --rm -v ./diffy-worker:/diffy-worker --user $DDEV_UID:$DDEV_GID ddev/ddev-utilities bash -c "cd /diffy-worker && wget -qO- https://github.com/DiffyWebsite/diffy-worker/archive/refs/heads/main.tar.gz | tar xz --strip-components=1" |
Just a question... why go to all this work to download the diffy-worker instead of just including it in your diffy image? Is it intended to run on the host?
ddev-diffy/install.yaml
Line 57 in e49bb8c