mistercrunch commented on issue #30183: URL: https://github.com/apache/superset/issues/30183#issuecomment-2460964345
I think it may matter in this case, from my experience, running `docker compose up` after say a rebase where `requirements.txt` has changed, won't run a build cycle while the app will now require the new lib and fail. Seems like the very existence of `--build` as an argument says that it won't build by default. Though note that if the image does not exist at all it will have to build. Note that this only affects docker-compose.yml and not the 2 other files as the former references a `Dockerfile` while others reference properly labeled image that are consistent with themselves. Please try running it and report back. Related: https://github.com/apache/superset/pull/30864 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
