docker compose – how to wait for a file to appear or a folder to appear before another service starts to build? – WordPress
Background Information I am trying to dockerize a wordpress development environment. All the containers work except the wp-cli. When I docker compose up -d --build command, the wp-cli container attempts to start but then exits with this error message: Error:…