sha256:34795d365f5e546ca9bf5b56a9496b110026c2b8ec2e8eeb16fba32322666c73
OS/ARCH
linux/amd64
Compressed size
274.09 MB
Last pushed
2 days by wellevate
Type
Image
Manifest digest
sha256:2daa992c7145efbc621f0926940b77f1d742e91eae1f93083dd31854a897bff3
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update3.37 MB12ENV NODE_ENV=production0 B13ENV NEXT_TELEMETRY_DISABLED=10 B14RUN /bin/sh -c addgroup --system1.14 KB15RUN /bin/sh -c mkdir -p232 B16RUN /bin/sh -c mkdir -p118 B17COPY /app/public ./public # buildkit2.61 MB18COPY /app/.next/standalone ./ # buildkit16.9 MB19COPY /app/.next/static ./.next/static # buildkit1.49 MB20COPY /app/src ./src # buildkit1.29 MB21COPY /app/node_modules ./node_modules # buildkit172.23 MB22COPY /app/tsconfig.json ./tsconfig.json # buildkit468 B23USER nextjs0 B24EXPOSE map[3000/tcp:{}]0 B25ENV PORT=30000 B26ENV HOSTNAME=0.0.0.00 B27CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'