sha256:2c15247a4c1e5af7ed7c038311e9ecce3d17e0a68bf4431e099d440bce648f52
OS/ARCH
linux/amd64
Compressed size
89.7 MB
Last pushed
10 months by alexbrand
Type
Image
Manifest digest
sha256:34e1f3ed78941d1aca56bc38cda03a1e46c191c78cf750586ddc7f71c68e7c83
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.19.50 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.08 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV NEXT_TELEMETRY_DISABLED=1 NODE_ENV=production0 B11WORKDIR /app93 B12ENV NODE_ENV=production PORT=30000 B13RUN /bin/sh -c groupadd --system1.11 KB14COPY /app/public ./public # buildkit1.62 KB15COPY /app/.next/standalone ./ # buildkit21.71 MB16COPY /app/.next/static ./.next/static # buildkit310.27 KB17COPY /app/package.json ./package.json # buildkit429 B18COPY /app/package-lock.json ./package-lock.json # buildkit48.84 KB19USER nextjs0 B20EXPOSE map[3000/tcp:{}]0 B21CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650'