Files
bibreminder/Dockerfile
2019-09-24 17:49:00 +02:00

5 lines
66 B
Docker

FROM python:3.7
COPY bibcheck.py /
CMD ["python", "bibcheck.py"]