Reto Bollinger
|
6abcf10335
|
Adjusted entrypoint.sh to place python cache directory in tmp to not messup directory structure
|
2025-01-10 10:33:24 +01:00 |
|
Reto Bollinger
|
43d90086d0
|
Dealing with Dockers illogical CMD. Now the container can be run with an explicit command or without one (in which case the server will be run). In either case the scripts which update the dates will be run before
|
2024-11-28 20:10:39 +01:00 |
|
Reto Bollinger
|
f1935319ab
|
Using mktemp
|
2024-11-28 13:10:23 +01:00 |
|
Reto Bollinger
|
2bb845e17c
|
Sligtly more elegant workaround for the synchronization/buffering issue. But still only a workaround I's say
|
2024-11-28 09:02:55 +01:00 |
|
Reto Bollinger
|
855639a09d
|
Reworked second shell script to a python script. But requiring an odd quirk as Python cannot read from a Docker-volume when piping its output.
|
2024-11-28 00:52:13 +01:00 |
|
Reto Bollinger
|
260ce34d1b
|
Starting to replace those ugly shell-scripts with more readable python-scripts (tough more complex to invoke)
|
2024-11-27 20:34:37 +01:00 |
|
Reto Bollinger
|
0906ac9557
|
Ugly hack: creating the main page via script for updating the embedded next event. TODO: thishas to be done nicer!
|
2024-11-26 22:43:41 +01:00 |
|
Reto Bollinger
|
88b0d97b48
|
Moving docker cmd stuff to a shellscript and moving away from ENTRYPOINT (there is no reason for an entrypoint right now) towards CMD
|
2024-11-17 22:11:44 +01:00 |
|