sha256:78fcb191f4e08a6e25cae7634aa4433199522f7d98a53a07b5a935d9ebd9a5f8
OS/ARCH
Compressed size
592.62 MB
Last pushed
11 months by clusterzx
Type
Image
Manifest digest
sha256:480a94be2ab650e11cd203fa6b32178c674b2e4c8f4badde8806b4cdb0e42a05
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.21.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.32 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update111.62 MB12RUN /bin/sh -c npm install13.17 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 install336.72 MB17COPY package*.json ./ # buildkit52.47 KB18RUN /bin/sh -c npm ci46.55 MB19COPY . . # buildkit2.08 MB20RUN /bin/sh -c chmod +x528 B21VOLUME [/app/data]0 B22EXPOSE [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' '@1760918400'