Verpflegungsmehraufwand Formular
| build/deb-php | ||
| compose | ||
| overlay/opt | ||
| .gitignore | ||
| index.php | ||
| jquery.min.js | ||
| locale.yaml | ||
| logo_web.png | ||
| polyfiller.js | ||
| README.md | ||
| Spyc.php | ||
| tagessaetze.2015.js | ||
| tagessaetze.2016.js | ||
| tagessaetze.2017.js | ||
| tagessaetze.2018.js | ||
| tagessaetze.2019.js | ||
| tagessaetze.2020.js | ||
| tagessaetze.2021.js | ||
| tagessaetze.2022.js | ||
| verpflegungsmehraufwand.css | ||
How to build and run the whole thing
$ cd compose
$ docker-compose up
How to use it
Go to localhost:6655 to see what the php server serves. In the
compose/docker-compose.yaml
file you can specify another port, too.
Under
overlay/opt
you find the directory which is on the container itself.
Build and change the project there, having the running container.
To list your running container issue
docker ps -a