refactoring and fixes

This commit is contained in:
mcinj 2022-04-25 22:26:19 -04:00
parent df8570d7d4
commit 2fbd71c7e0
4 changed files with 125 additions and 92 deletions

View file

@ -17,4 +17,4 @@ RUN pip3 install -r requirements.txt
COPY ./src/* /app/
VOLUME /config
CMD ["python", "run.py"]
CMD ["python3", "run.py"]