sha256:2e59266bf4220ab66e3e7e1f810507fcb5779fb0b279c10f90c2fbbbdbfa9b66
OS/ARCH
linux/amd64
Compressed size
114.31 MB
Last pushed
about 1 month by wangshilian
Type
Image
Manifest digest
sha256:8e24e0464a3d8c4e103e9f3656c806aa4da6e962cb2f6d0d5412d55720645af4
Image Layers
1ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.19.00 B4RUN /bin/sh -c addgroup -g50.64 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 B11ENV NODE_ENV=production0 B12ENV HOST=0.0.0.00 B13ENV PORT=800 B14COPY /app/build ./build # buildkit2.02 MB15COPY /app/node_modules ./node_modules # buildkit56.78 MB16COPY /app/package.json ./package.json # buildkit776 B17COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit220 B18COPY docker-entrypoint.d /docker-entrypoint.d # buildkit1013 B19RUN /bin/sh -c chmod +x220 B20ENTRYPOINT ["/docker-entrypoint.sh"]0 B21EXPOSE [80/tcp]0 B22CMD ["node" "build"]0 BCommand
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit