added dockerfile

This commit is contained in:
2019-09-24 17:49:00 +02:00
parent 5a467dee04
commit fc88f93fb3

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM python:3.7
COPY bibcheck.py /
CMD ["python", "bibcheck.py"]