sha256:7c509b83099c0e625f98145f4649c728e01ff24b085e421ac9ea0cb28bdb67e1
OS/ARCH
Compressed size
473.86 MB
Last pushed
10 months by rilusmahmud
Type
Image
Manifest digest
sha256:dcd602fe5bcb2f064cc48ab13f8f70f0be9ecfad96d792599ea4485fa8200070
Image Layers
1ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit3.62 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=20.19.50 B4RUN /bin/sh -c addgroup -g40.77 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11ENV NODE_ENV=production0 B12COPY /app/public ./public # buildkit1.39 MB13COPY /app/.next ./.next # buildkit107.8 MB14COPY /app/node_modules ./node_modules # buildkit211.27 MB15COPY /app/package.json ./package.json # buildkit1.12 KB16COPY /app/entrypoint.sh ./entrypoint.sh # buildkit387 B17RUN /bin/sh -c chmod +x383 B18RUN /bin/sh -c addgroup -g107.8 MB19USER nextjs0 B20EXPOSE map[3000/tcp:{}]0 B21RUN /bin/sh -c npx next882 B22ENTRYPOINT ["/app/entrypoint.sh"]0 B23CMD ["npm" "run" "start"]0 BCommand
ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit