If I do not want to compile my own apps when building the container and also do not want to install them (i.e. only install the dependencies). How should I set this up?
I had already tried to set "DoNotPublishApps" to true. Unfortunately, this did not have the desired effect. Likewise, setting "appFolders" (localdev.settings.json) to empty was not effective, as the array is apparently only updated but not overwritten.
The reason for my question is as follows:
The creation of the container with dependencies takes about 10 minutes, if the apps are also compiled and installed, we are talking about 30 minutes. That's a bit too long for many of our developers for just a small change in on of our apps. Hence the question of whether it can be deactivated.