sha256:757722830fa8c935e4bb5732b36e0c5ccc313150c7336418fc8afafd9a4bb89b
OS/ARCH
Compressed size
88.48 MB
Last pushed
6 months by hfdoker2333
Type
Image
Manifest digest
sha256:9388b63a319c75673d51e2d0bb0df6362e73176d7204e9a1f423bfe16ebbbfd6
Image Layers
1ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit4 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=20.20.00 B4RUN /bin/sh -c addgroup -g41.12 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 B11COPY /app/pages ./pages # buildkit55.72 KB12COPY /app/server ./server # buildkit39.18 KB13COPY /app/layouts ./layouts # buildkit2.93 KB14COPY /app/middleware ./middleware # buildkit1.96 KB15COPY /app/plugins ./plugins # buildkit440 B16COPY /app/assets ./assets # buildkit2.24 KB17COPY /app/public ./public # buildkit973 B18COPY /app/app.vue ./app.vue # buildkit471 B19COPY /app/nuxt.config.ts ./nuxt.config.ts # buildkit1.85 KB20COPY /app/.output ./.output # buildkit2.06 MB21COPY /app/package.json ./package.json # buildkit559 B22COPY /app/tsconfig.json ./tsconfig.json # buildkit213 B23COPY /docker-entrypoint-custom.sh /docker-entrypoint-custom.sh # buildkit317 B24RUN /bin/sh -c npm install13.09 MB25RUN /bin/sh -c addgroup -g15.17 MB26USER nodejs0 B27EXPOSE [3000/tcp]0 B28USER root0 B29RUN /bin/sh -c apk add11.72 MB30USER nodejs0 B31HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/0 B32CMD ["node" ".output/server/index.mjs"]0 BCommand
ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit