sha256:9638c83873c9211b1735e564a4e77a5a4acee70d0dce5653e68d915a127c038b
OS/ARCH
linux/arm64
Compressed size
312.17 MB
Last pushed
about 2 months by moppie
Type
Image
Manifest digest
sha256:9638c83873c9211b1735e564a4e77a5a4acee70d0dce5653e68d915a127c038b
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.74 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit444 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update2.72 MB12ENV NODE_ENV=production0 B13COPY /app/public ./public # buildkit1.48 MB14COPY /app/.next ./.next # buildkit3.8 MB15COPY /app/node_modules ./node_modules # buildkit227.97 MB16COPY /app/package.json ./package.json # buildkit576 B17COPY /app/prisma ./prisma # buildkit3.22 KB18COPY /app/scripts ./scripts # buildkit1.03 KB19EXPOSE [3000/tcp]0 B20ENV PORT=30000 B21ENV HOSTNAME=0.0.0.00 B22CMD ["npm" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'