Right now when building the release image the `#{app}.tar.gz` is copied into the project's root folder and stays there after the build is complete. It would be better to remove it after the build or add a configuration parameter for the storage folder and make it `tarballs` by default.
Right now when building the release image the
#{app}.tar.gzis copied into the project's rootfolder and stays there after the build is complete.
It would be better to remove it after the build or add a configuration parameter for the storage folder and make it
tarballsby default.