sha256:74857b15d40afb227e956a3a59109062d29085bff3f040866b51f17cfb76d517
OS/ARCH
Compressed size
40.18 MB
Last pushed
about 2 years by trafex
Type
Image
Manifest digest
sha256:b3098caa9658ca841dbc7f796f03aa63637d4c627f8e3a7635a9902b79dd2f96
Image Layers
1ADD file ... in / 3.46 MB2CMD ["/bin/sh"]0 B4LABEL Description=Lightweight container with Nginx0 B5WORKDIR /var/www/html131 B6RUN /bin/sh -c apk add36.72 MB7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.04 KB8COPY config/conf.d /etc/nginx/conf.d/ # buildkit837 B9ENV PHP_INI_DIR=/etc/php830 B10COPY config/fpm-pool.conf /etc/php83/php-fpm.d/www.conf # buildkit1.12 KB11COPY config/php.ini /etc/php83/conf.d/custom.ini # buildkit227 B12COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit339 B13RUN /bin/sh -c chown -R955 B14USER nobody0 B15COPY --chown=nobody src/ /var/www/html/ #268 B16EXPOSE map[8080/tcp:{}]0 B17CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B18HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 BCommand
ADD file:33ebe56b967747a97dcec01bc2559962bee8823686c9739d26be060381bbb3ca in /