You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I manually start IntelliJ run configuration for DockerCompose which does docker-compose up --build and it automatically rebuilds things and restarts whatever is needed.
currently when
stopContainers=true
it makesbuildBeforeUp
ineffective:What I'm after is fast integration tests run, and I need containers keep running.
But be recreated whenever anything changes.
Is anything like that possible now?
The text was updated successfully, but these errors were encountered: