sha256:c121fa0850d635a77efbd0888527520ddb1111a104ebc7831d866062e973fad9
OS/ARCH
linux/amd64
Compressed size
89.7 MB
Last pushed
10 months by alexbrand
Type
Image
Manifest digest
sha256:64ee47397245ffd37d1dd551a2d353b3a6075576c0ce9ebf714618cdaef756a1
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'