sha256:3da13ac4c609060c372e267f3e84c96bb6439fda6f1c235f172caf3e162d419d
OS/ARCH
Compressed size
83.87 MB
Last pushed
about 2 months by foxsystem
Type
Image
Manifest digest
sha256:4011adf1096a6f700bc4c2b4e4b7410dcf47731fb1c52a32ee2348e7eb8b2916
Image Layers
1ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=22.23.10 B4RUN /bin/sh -c addgroup -g50.23 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit443 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11ENV NODE_ENV=production0 B12RUN /bin/sh -c addgroup --system459 B13RUN /bin/sh -c adduser --system971 B14COPY /app/dist ./dist # buildkit118.91 KB15COPY /app/node_modules ./node_modules # buildkit18.69 MB16COPY /app/package*.json ./ # buildkit36.23 KB17RUN /bin/sh -c mkdir -p117 B18USER root0 B19RUN /bin/sh -c npm install9.6 MB20USER nodejs0 B21COPY --chown=nodejs:nodejs /app/pm2.workers.config.cjs ./pm2.config.cjs #600 B22CMD ["pm2-runtime" "start" "pm2.config.cjs"]0 BCommand
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit