Update setup with no interaction
The setup is ran within the container, so interaction is not possible.
To not block the setup, --no-interaction should be added.
For example, if an existing project with stores in the config.php get's installed with a clean database, Magento will ask if it should create those store views as well.
The no-interaction defaults to yes in this case.