sha256:945455cf2e2f06f0b1c2c7fa94ea59dd7f9f3a6c0e3894dd13ab632d98877d8c
OS/ARCH
linux/amd64
Compressed size
66.76 MB
Last pushed
about 5 years by qmcgaw
Type
Image
Manifest digest
sha256:945455cf2e2f06f0b1c2c7fa94ea59dd7f9f3a6c0e3894dd13ab632d98877d8c
Image Layers
1ADD file ... in / 25.89 MB2CMD ["bash"]0 B3ENV DEBIAN_FRONTEND=noninteractive0 B4COPY /usr/bin/composer /usr/bin/composer # buildkit540.9 KB5COPY /bin /usr/local/bin/supervisord # buildkit6.95 MB6RUN /bin/sh -c apt-get update28.17 MB7RUN /bin/sh -c mkdir /run/php217 B8EXPOSE map[8000/tcp:{}]0 B9RUN /bin/sh -c touch /run/nginx.pid141 B10COPY docker/nginx.conf /etc/nginx/nginx.conf # buildkit587 B11RUN /bin/sh -c nginx -t415 B12COPY docker/supervisord.conf /etc/supervisor/supervisord.conf # buildkit365 B13RUN /bin/sh -c mkdir -p155 B14WORKDIR /srv32 B15RUN /bin/sh -c chown -R120 B16RUN /bin/sh -c chown -R568 B17USER www-data0 B18COPY artisan composer.json composer.lock ./35.07 KB19RUN /bin/sh -c phpdismod xdebug92 B20COPY database ./database # buildkit3.02 KB21RUN /bin/sh -c composer install4.45 MB22COPY . . # buildkit663.71 KB23RUN /bin/sh -c composer dump-autoload100.76 KB24ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B25COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit540 B26RUN /bin/sh -c chmod 500556 BCommand
ADD file:4903a19c327468b0e08e4f463cfc162c66b85b4618b5803d71365862f6302e0b in /