Added watchdog to watch for changes and automatically convert
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3
|
||||
|
||||
ADD converter.py /
|
||||
|
||||
RUN pip install OfxParser
|
||||
RUN pip install watchdog
|
||||
|
||||
CMD [ "python", "./converter.py" ]
|
||||
Reference in New Issue
Block a user