Dockerfile und build_and_copy angepasst

Versionsdatum angepasst
Readme dazu
in chart_utilities in den global opts ein 'useHTML' dazu
This commit is contained in:
2024-12-20 15:39:15 +00:00
parent 78cd1b11d7
commit 3473ebc9a9
5 changed files with 32 additions and 9 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ while [ $# -gt 0 ]; do
fi
done
docker build -f Dockerfile_$orgName -t $name .
docker build -f Dockerfile_$orgName --no-cache -t $name .
dat=`date +%Y%m%d%H%M`