latest
sha256:945455cf2e2f06f0b1c2c7fa94ea59dd7f9f3a6c0e3894dd13ab632d98877d8c
OS/ARCH
linux/amd64
Compressed size
66.76 MB
Last pushed
over 3 years by qmcgaw
Type
Image
Manifest digest
sha256:945455cf2e2f06f0b1c2c7fa94ea59dd7f9f3a6c0e3894dd13ab632d98877d8c
Image Layers
1
ADD file ... in /
25.89 MB
2
CMD ["bash"]
0 B
3
ENV DEBIAN_FRONTEND=noninteractive
0 B
4
COPY /usr/bin/composer /usr/bin/composer # buildkit
540.9 KB
5
COPY /bin /usr/local/bin/supervisord # buildkit
6.95 MB
6
RUN /bin/sh -c apt-get update
28.17 MB
7
RUN /bin/sh -c mkdir /run/php
217 B
8
EXPOSE map[8000/tcp:{}]
0 B
9
RUN /bin/sh -c touch /run/nginx.pid
141 B
10
COPY docker/nginx.conf /etc/nginx/nginx.conf # buildkit
587 B
11
RUN /bin/sh -c nginx -t
415 B
12
COPY docker/supervisord.conf /etc/supervisor/supervisord.conf # buildkit
365 B
13
RUN /bin/sh -c mkdir -p
155 B
14
WORKDIR /srv
32 B
15
RUN /bin/sh -c chown -R
120 B
16
RUN /bin/sh -c chown -R
568 B
17
USER www-data
0 B
18
COPY artisan composer.json composer.lock ./
35.07 KB
19
RUN /bin/sh -c phpdismod xdebug
92 B
20
COPY database ./database # buildkit
3.02 KB
21
RUN /bin/sh -c composer install
4.45 MB
22
COPY . . # buildkit
663.71 KB
23
RUN /bin/sh -c composer dump-autoload
100.76 KB
24
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
0 B
25
COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
540 B
26
RUN /bin/sh -c chmod 500
556 B
27
ENV APP_NAME=2FAuth APP_ENV=local APP_DEBUG=false SITE_OWNER=mail@example.com
0 B
Command
ADD file:4903a19c327468b0e08e4f463cfc162c66b85b4618b5803d71365862f6302e0b in /