Move root folder to environment variable docker
Overriding the root folder thanks to the environment variable `root` in Docker container was not possible because of java system property (-D option). Moving this default value to environment variable solve the issue.
Loading
Please sign in to comment