refactoring and fixes
This commit is contained in:
parent
df8570d7d4
commit
2fbd71c7e0
4 changed files with 125 additions and 92 deletions
|
@ -17,4 +17,4 @@ RUN pip3 install -r requirements.txt
|
|||
COPY ./src/* /app/
|
||||
VOLUME /config
|
||||
|
||||
CMD ["python", "run.py"]
|
||||
CMD ["python3", "run.py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue