sha256:5217546561e891395835e7abe7ab8c61441b7967dc8af33a49662c593ecfed39
OS/ARCH
linux/amd64
Compressed size
148.28 MB
Last pushed
6 months by aukibot
Type
Image
Manifest digest
sha256:4528860d6b763ea1551f400d4a643022a489ee20e0846efee0ffa145e4468375
Image Layers
1ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit3.68 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=20.20.10 B4RUN /bin/sh -c addgroup -g41.21 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app92 B11ENV NODE_ENV=production0 B12RUN /bin/sh -c addgroup --system460 B13RUN /bin/sh -c adduser --system973 B14COPY /app/public ./public # buildkit26.51 MB15COPY /app/.next/standalone ./ # buildkit23.65 MB16COPY /app/.next/static ./.next/static # buildkit954.08 KB17COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit319 B18RUN /bin/sh -c chown -R51.09 MB19RUN /bin/sh -c chmod 755316 B20USER nextjs0 B21EXPOSE [3000/tcp]0 B22ENV PORT=30000 B23ENV HOSTNAME=0.0.0.00 B24ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B25CMD ["node" "server.js"]0 BCommand
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit