sha256:52c764632cbb26c288c9bb302547d5f73c08a2800928d06886eb4b4d1b6bc1dc
OS/ARCH
Compressed size
325.98 MB
Last pushed
almost 2 years by yuanter
Type
Image
Manifest digest
sha256:28975110b71694fbc061aa3571bb987a50eb8013ef3eae13b8210cafef95a11d
Image Layers
1ADD file ... in / 46.94 MB2CMD ["bash"]0 B3/bin/sh -c set -eux; apt-get7.34 MB4/bin/sh -c set -ex; if9.52 MB5/bin/sh -c apt-get update &&49.75 MB6/bin/sh -c set -ex; apt-get175.45 MB7ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B8ENV LANG=C.UTF-80 B9/bin/sh -c apt-get update &&5.97 MB10ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B11ENV PYTHON_VERSION=3.7.110 B12/bin/sh -c set -ex &&15.22 MB13/bin/sh -c cd /usr/local/bin &&234 B14ENV PYTHON_PIP_VERSION=21.2.40 B15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py0 B16ENV PYTHON_GET_PIP_SHA256=fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b0 B17/bin/sh -c set -ex; wget2.24 MB18CMD ["python3"]0 B20COPY install-nginx-debian.sh / # buildkit1.34 KB21RUN /bin/sh -c bash /install-nginx-debian.sh4.21 MB22EXPOSE map[80/tcp:{}]0 B23EXPOSE map[443/tcp:{}]0 B24RUN /bin/sh -c pip install4.49 MB25RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf188 B26COPY uwsgi.ini /etc/uwsgi/ # buildkit384 B27RUN /bin/sh -c apt-get update1.25 MB28COPY supervisord-debian.conf /etc/supervisor/conf.d/supervisord.conf # buildkit371 B29ENV UWSGI_INI=/app/uwsgi.ini0 B30ENV UWSGI_CHEAPER=20 B31ENV UWSGI_PROCESSES=160 B32ENV NGINX_MAX_UPLOAD=00 B33ENV NGINX_WORKER_PROCESSES=10 B34ENV LISTEN_PORT=800 B35COPY start.sh /start.sh # buildkit326 B36RUN /bin/sh -c chmod +x325 B37COPY entrypoint.sh /entrypoint.sh # buildkit1.16 KB38RUN /bin/sh -c chmod +x1.16 KB39ENTRYPOINT ["/entrypoint.sh"]0 B40COPY ./app /app # buildkit572 B41WORKDIR /app0 B42CMD ["/start.sh"]0 B44RUN /bin/sh -c pip install3.58 MB45COPY ./app /app # buildkit2.85 KB46WORKDIR /app32 B47ENV PYTHONPATH=/app0 B48RUN /bin/sh -c mv /entrypoint.sh1.19 KB49COPY entrypoint.sh /entrypoint.sh # buildkit473 B50RUN /bin/sh -c chmod +x474 B51ENTRYPOINT ["/entrypoint.sh"]0 B52EXPOSE map[80/tcp:{}]0 B53CMD ["/start.sh"]0 BCommand
ADD file:3e8e075f08a6b727602af05c539f43648a48663cbb3a88eeba310cfc32c01d78 in /