sha256:f38cc957d6eb8f76995550076e15527a249ee5ad4fe83305d51172552d7a548d
OS/ARCH
linux/amd64
Compressed size
269.56 MB
Last pushed
6 days by wellevate
Type
Image
Manifest digest
sha256:2c73dd3f77f7fdfe5b8191da5503572321cd10c906fb26150a77d8741eb334dc
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 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/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update3.36 MB12ENV NODE_ENV=production0 B13ENV NEXT_TELEMETRY_DISABLED=10 B14RUN /bin/sh -c addgroup --system1.13 KB15RUN /bin/sh -c mkdir -p232 B16RUN /bin/sh -c mkdir -p119 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 # buildkit167.72 MB22COPY /app/tsconfig.json ./tsconfig.json # buildkit467 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' '@1785715200'