sha256:5547ad9ac7504ee0397a70cb51cf4a2dc87293e4a7bd4e6841c967149848d017
OS/ARCH
linux/amd64
Compressed size
381.33 MB
Last pushed
about 3 years by cedricvers
Type
Image
Manifest digest
sha256:5547ad9ac7504ee0397a70cb51cf4a2dc87293e4a7bd4e6841c967149848d017
Image Layers
1ADD file ... in / 2.67 MB2CMD ["/bin/sh"]0 B4RUN /bin/sh -c apk --no-cache22 MB5COPY docker/config/nginx.conf /etc/nginx/nginx.conf # buildkit1.29 KB6RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf172 B7COPY docker/config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf # buildkit1.13 KB8COPY docker/config/php.ini /etc/php7/conf.d/custom.ini # buildkit229 B9COPY docker/config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit388 B10COPY docker/config/run.sh /usr/bin/run.sh # buildkit273 B11RUN /bin/sh -c chmod +x281 B12RUN /bin/sh -c chown -R909 B13RUN /bin/sh -c mkdir -p182 B14WORKDIR /var/www/pdrservices32 B15COPY . /var/www/pdrservices # buildkit178.32 MB16RUN /bin/sh -c find *20.68 KB17RUN /bin/sh -c find .178.32 MB18RUN /bin/sh -c chmod 6002.02 KB19USER nobody0 B20EXPOSE map[8080/tcp:{}]0 B21CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B22HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 BCommand
ADD file:c5377eaa926bf412dd8d4a08b0a1f2399cfd708743533b0aa03b53d14cb4bb4e in /