run from config.ini file
This commit is contained in:
parent
e6a7aa780e
commit
9e481fc2e3
4 changed files with 44 additions and 11 deletions
|
@ -14,4 +14,4 @@ COPY requirements.txt .
|
|||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY ./src/* /app/
|
||||
CMD ["python", "cli.py"]
|
||||
CMD ["python", "run.py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue