Dockerfile 245 B

123456
  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