daleharvey commented on issue #9135: URL: https://github.com/apache/pouchdb/issues/9135#issuecomment-3908263756
lol new dependency hell ``` ➜ pouchdb git:(master) npm run dev-site-with-docker > [email protected] dev-site-with-docker > docker build --file docs-dev.Dockerfile --progress=plain . && docker run -it --rm --volume $PWD/docs:/pouchdb-docs/docs -p 4000:4000 $(docker build --file docs-dev.Dockerfile --quiet .) DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ unknown flag: --progress Usage: docker build [OPTIONS] PATH | URL | - Run 'docker build --help' for more information ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
