Right now, whenever I execute the sbt docker
command of the sbt-docker plugin within my project, it generates the artifacts (dockerfile and jars) under the [app-route]/target/docker/
folder.
Is there a way to change that "default" route, so It can generate the artifacts elsewhere? Let's say, in [app-route]/docker
instead?