run from config.ini file

This commit is contained in:
mcinj 2022-04-23 12:34:04 -04:00
parent e6a7aa780e
commit 9e481fc2e3
4 changed files with 44 additions and 11 deletions

View file

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