sha256:74857b15d40afb227e956a3a59109062d29085bff3f040866b51f17cfb76d517
OS/ARCH
Compressed size
37.23 MB
Last pushed
about 2 years by trafex
Type
Image
Manifest digest
sha256:64fb598a7a6ded15a918c63d62a6120c2c353feac0140019d3fbfc57e545d192
Image Layers
1ADD file ... in / 2.95 MB2CMD ["/bin/sh"]0 B4LABEL Description=Lightweight container with Nginx0 B5WORKDIR /var/www/html131 B6RUN /bin/sh -c apk add34.28 MB7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.05 KB8COPY config/conf.d /etc/nginx/conf.d/ # buildkit839 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 # buildkit226 B12COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit339 B13RUN /bin/sh -c chown -R952 B14USER nobody0 B15COPY --chown=nobody src/ /var/www/html/ #267 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:4d58f44e3cedeba6fad741c79bc5acab1a9f2a2f597c854dc3bb8b8595ebf3e1 in /