Making watch directory configurable
This commit is contained in:
parent
0b68363c6e
commit
d93f0869a7
2 changed files with 5 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
FROM python:3
|
||||
|
||||
ADD converter.py /
|
||||
ADD converter.py /app/
|
||||
|
||||
RUN pip install OfxParser
|
||||
RUN pip install ofxparse
|
||||
RUN pip install watchdog
|
||||
|
||||
CMD [ "python", "./converter.py" ]
|
||||
CMD [ "python", "./app/converter.py" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue