.build_app/scripts/dl_saxon.sh
.build_app/scripts/fetch_data.sh
ant -f build_app/xslt/build.xsl
cd html/
python -m http.server
Run workflow
buttondocker build -t okar-static .
docker run -p 80:80 --rm --name okar-static okar-static
.htpasswd
file (e.g. https://htpasswdgenerator.de/) and modifiy Dockerfile
to your needs; e.g. run htpasswd -b -c .htpasswd admin mypassword
docker run -p 80:80 --rm --name okar-static ghcr.io/oka-rechnungen/okar-static:main