sha256:1d9466436460e25acf8e4d7ec2b0f60b08254eaf185ca348bd4f155b62e49f5e
OS/ARCH
Compressed size
3.33 GB
Last pushed
over 1 year by clusterzx
Type
Image
Manifest digest
sha256:bf0cf9ee16c1437f7e2921b4252802e4c883c8d864ec874e516f23b1c60f209f
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.15.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.18 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update118.65 MB12RUN /bin/sh -c npm install13.22 MB13COPY requirements.txt /app/ # buildkit285 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 install3.07 GB17COPY package*.json ./ # buildkit52.48 KB18RUN /bin/sh -c npm ci45.25 MB19COPY . . # buildkit2.05 MB20RUN /bin/sh -c chmod +x529 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 'amd64' out/ 'bookworm' '@1745798400'