sha256:ff646db64e0844c34cb38c8c4c2f935fe42ffe5c683bccc4249ca6b9d1e9ac39
OS/ARCH
Compressed size
576.14 MB
Last pushed
over 1 year by clusterzx
Type
Image
Manifest digest
sha256:21336c31b2d933fff40058983a32dbffb85dc546cab004f43eaeea42275583b7
Image Layers
1# debian.sh --arch 'arm64' out/26.77 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.15.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=45.85 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app92 B11RUN /bin/sh -c apt-get update112.41 MB12RUN /bin/sh -c npm install13.23 MB13COPY requirements.txt /app/ # buildkit284 B14RUN /bin/sh -c python3 -m6.68 MB15ENV PATH=/app/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B16RUN /bin/sh -c pip install322.34 MB17COPY package*.json ./ # buildkit52.48 KB18RUN /bin/sh -c npm ci45.12 MB19COPY . . # buildkit2.06 MB20RUN /bin/sh -c chmod +x527 B21VOLUME [/app/data]0 B22EXPOSE map[3000/tcp:{}]0 B23HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:${PAPERLESS_AI_PORT:-3000}/health0 B24ENV NODE_ENV=production0 B25CMD ["./start-services.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1745798400'