also clean up Dockerfile; handle mail env variables to update mail.properties; turn off mail authentication by default

This commit is contained in:
Axel Uhl
2018-11-27 21:26:05 +01:00
parent 865e519fce
commit 3c376e2367
3 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ cp "$GITROOT/java/target/configuration/JavaSE-11.profile" .
cat Dockerfile.tpl | sed -e "s/RELEASE/${release}/g" >Dockerfile
docker build -t sapsailing:$release .
echo "Cleaning up..."
rm start env.sh JavaSE-11.profile
rm start env.sh JavaSE-11.profile Dockerfile