django6 204 B

123456
  1. FROM python
  2. COPY run6.sh /root/run.sh
  3. RUN chmod a+x /root/run.sh
  4. RUN . ./home/runtime/bin/activate && pip install django && pip install gunicorn
  5. RUN ln -sf /usr/share/zoneinfo/Europe/Rome /etc/localtime