sha256:382b6478b822a6e47f8af99d0ac00c6c3aeddb7297f2373e43f13df49868c31b
OS/ARCH
linux/amd64
Compressed size
83.23 MB
Last pushed
27 days by rilusmahmud
Type
Image
Manifest digest
sha256:b17fdbd3ca1f248d5f728047fac7fcc010a42920081aaf442f47922c8a5ee8fa
Image Layers
1ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit3.47 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=18.20.80 B4RUN /bin/sh -c addgroup -g38.16 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c addgroup -S977 B12COPY /app/package.json . # buildkit910 B13COPY /app/package-lock.json . # buildkit220.96 KB14COPY /app/next.config.js ./ # buildkit367 B15COPY /app/public ./public # buildkit1.16 MB16COPY /app/.next/standalone ./ # buildkit13.11 MB17COPY /app/.next/static ./.next/static # buildkit10.03 MB18COPY /app/entrypoint.sh . # buildkit515 B19RUN /bin/sh -c chmod +x15.88 MB20USER nextjs0 B21EXPOSE [3000/tcp]0 B22ENTRYPOINT ["/app/entrypoint.sh"]0 B23CMD ["node" "server.js"]0 BCommand
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit