sha256:77008839aebab8b3764356873f0984fe59476e96d8eaf32a2f74efa7b0f5d137
OS/ARCH
Compressed size
98.12 MB
Last pushed
9 months by miguerubsk
Type
Image
Manifest digest
sha256:0e6e84f36f3402b8ac2fd3e2129be5b168d0d879b4b516f345503310484a8116
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.19.60 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.04 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV NODE_ENV=production0 B11WORKDIR /app93 B12RUN /bin/sh -c groupadd -r1.11 KB13COPY /app/package*.json ./ # buildkit67.52 KB14RUN /bin/sh -c npm install24.81 MB15USER appuser0 B16COPY /app/dist ./dist # buildkit5.77 MB17EXPOSE [3000/tcp]0 B18CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1765152000'