sha256:422f8a0c3db537c2fb3ede2a4a24656950b6f1647dfc656b05018eed375fad13
OS/ARCH
Compressed size
79.8 MB
Last pushed
5 months by marc
Type
Image
Manifest digest
sha256:7081ef3b07c9d40c826ef2876fa013bcf88c573aaea2ede5e6dad7353d1b078a
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.22.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.53 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 /app99 B11ENV NODE_ENV=production0 B12ENV PORT=30000 B13ENV HOSTNAME=0.0.0.00 B14RUN /bin/sh -c addgroup --system1.18 KB15COPY /app/public ./public # buildkit9.09 KB16COPY --chown=nextjs:nodejs /app/.next/standalone ./ #3.19 MB17COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #513.62 KB18USER nextjs0 B19EXPOSE map[3000/tcp:{}]0 B20CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'