removed cli and added filtering
This commit is contained in:
parent
9e481fc2e3
commit
1cbe40c8c8
9 changed files with 149 additions and 167 deletions
|
@ -14,4 +14,6 @@ COPY requirements.txt .
|
|||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY ./src/* /app/
|
||||
VOLUME /config
|
||||
|
||||
CMD ["python", "run.py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue