sha256:6d91cb5d4bd3a7780c84bfbcc512f13704d0d0ed2abad584ffba2fe27f11f14b
OS/ARCH
Compressed size
605.63 MB
Last pushed
7 months by moppie
Type
Image
Manifest digest
sha256:8d368188b493760b4482db26b1a8b5a3184a5427cb1922e528da36b1864c36cf
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.22.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.31 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 update2.53 MB12ENV NODE_ENV=production0 B13COPY /app/public ./public # buildkit1.48 MB14COPY /app/.next ./.next # buildkit222.87 MB15COPY /app/node_modules ./node_modules # buildkit303 MB16COPY /app/package.json ./package.json # buildkit527 B17COPY /app/prisma ./prisma # buildkit2.11 KB18EXPOSE [3000/tcp]0 B19ENV PORT=30000 B20ENV HOSTNAME=0.0.0.00 B21CMD ["npm" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1769990400'