move logic to a class that can be imported

This commit is contained in:
mudler
2023-08-19 23:47:26 +02:00
parent 0f418976f5
commit 4c1c601417
4 changed files with 686 additions and 598 deletions

View File

@@ -14,5 +14,5 @@ RUN apt-get update -y && \
apt-get clean
COPY . /app
RUN pip install .
ENTRYPOINT [ "python", "./main.py" ];