Let's say I build the same Flutter source code twice.
During the second build, the Docker container thows an error - either at the end or just before the compilation is completed - because the build_container folder already exists.
Could you please create a solution that allows multiple compilations to coexist without requiring the user (like me) to manually delete the build_container folder before each build?
Thank you!
Let's say I build the same Flutter source code twice.
During the second build, the Docker container thows an error - either at the end or just before the compilation is completed - because the build_container folder already exists.
Could you please create a solution that allows multiple compilations to coexist without requiring the user (like me) to manually delete the build_container folder before each build?
Thank you!