Dockerfile (179B)
1 FROM docker.io/python:3.12 2 3 COPY waldhart_availability.py /app/ 4 COPY requirements.txt /app/ 5 6 WORKDIR /app/ 7 RUN pip install -r requirements.txt 8 9 CMD ["./waldhart_availability.py"]
waldhart-availabilityRead and process availability from Waldhart software | |
git clone https://git.in0rdr.ch/waldhart-availability.git | |
Log | Files | Refs | Pull requests |Archive | README |