sha256:5be4e60d7f93ef48dc464cfb06f166e0455b59e38f7c71e8988f4d6ae7603721
OS/ARCH
linux/amd64
Compressed size
84.89 MB
Last pushed
8 days by yinyue123
Type
Image
Manifest digest
sha256:5be4e60d7f93ef48dc464cfb06f166e0455b59e38f7c71e8988f4d6ae7603721
Image Layers
1ADD alpine-minirootfs-3.20.6-x86_64.tar.gz / # buildkit3.46 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.1.00 B4RUN /bin/sh -c addgroup -g50.37 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.32 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10EXPOSE map[3000/tcp:{}]0 B11ENV TZ=Asia/Shanghai0 B12ENV PUID=00 B13ENV PGID=00 B14RUN /bin/sh -c apk add5.84 MB15RUN /bin/sh -c mkdir /app93 B16WORKDIR /app/32 B17COPY /app/node_modules/ /app/node_modules/ # buildkit18.58 MB18COPY /app/build/app.bundle.js /app/ # buildkit76.4 KB19COPY /app/build/app.bundle.js.map /app/ # buildkit142.05 KB20COPY /app/proxy/output.css /app/proxy/ # buildkit2.97 KB21ADD document/ /app/document/ # buildkit1.37 MB22ADD source/ /app/source/ # buildkit49.77 KB23ADD view/ /app/view/ # buildkit50.09 KB24RUN /bin/sh -c npm install3.63 MB25CMD ["node" "/app/app.bundle.js"]0 BCommand
ADD alpine-minirootfs-3.20.6-x86_64.tar.gz / # buildkit