- FROM python
- RUN . ./home/runtime/bin/activate && pip install django && pip install pypdf2
- RUN ln -sf /usr/share/zoneinfo/Europe/Rome /etc/localtime
- COPY run.bpc.sh /root/run.sh
- RUN git clone https://gogs.966.it/python/bpc.git /home/bpconverter
- ENTRYPOINT ['/bin/bash','/root/run.sh']
|