sha256:16eabac2be1eb78861bd4875df01b910346f6ce726220f82bb16580fcfc59d44
OS/ARCH
Compressed size
36.54 MB
Last pushed
about 3 years by trafex
Type
Image
Manifest digest
sha256:64f2b4cfeeaaf8133606f0ac29a2f4915935f54df49f8882d21438e551371515
Image Layers
1ADD file ... in / 2.77 MB2CMD ["/bin/sh"]0 B4LABEL Description=Lightweight container with Nginx0 B5WORKDIR /var/www/html131 B6RUN /bin/sh -c apk add33.77 MB7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit780 B8COPY config/conf.d /etc/nginx/conf.d/ # buildkit843 B9ENV PHP_INI_DIR=/etc/php820 B10COPY config/fpm-pool.conf /etc/php82/php-fpm.d/www.conf # buildkit1.12 KB11COPY config/php.ini /etc/php82/conf.d/custom.ini # buildkit226 B12COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit337 B13RUN /bin/sh -c chown -R953 B14RUN /bin/sh -c ln -s145 B15USER nobody0 B16COPY src/ /var/www/html/ # buildkit267 B17EXPOSE map[8080/tcp:{}]0 B18CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B19HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 BCommand
ADD file:e3f56488d3d3bb67729714db13ddadf6652e7efb5281cfc7010d3e71f9d6607f in /