- build with DSE-Static-Cookiecutter
- run
./shellscripts/script.sh
- run
ant
cd html/
python -m http.server
- go to http://0.0.0.0:8000/
- got to https://https://github.com/KONDE-AT/grundbuecher-static/workflows/build.yml
- click the
Run workflow
button
- To build the image run:
docker build -t grundbuecher-static .
- To run the container:
docker run -p 80:80 --rm --name grundbuecher-static grundbuecher-static
- in case you want to password protect you server, create a
.htpasswd
file (e.g. https://htpasswdgenerator.de/) and modifiyDockerfile
to your needs; e.g. runhtpasswd -b -c .htpasswd admin mypassword
docker run -p 80:80 --rm --name grundbuecher-static ghcr.io/KONDE-AT/grundbuecher-static:main