django.bpc 285 B

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