sha256:d5f4ac506cb3eb4028ab867e4bca19be58eff2535af75e7a2d0bbd60fcbf6ea7
OS/ARCH
Compressed size
206.72 MB
Last pushed
about 1 year by pashidlos
Type
Image
Manifest digest
sha256:e9595e479719ffbf7d2435e55482cdb99b51c75181464289f80030d11bfa0d74
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.19.30 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.25 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV DEBIAN_FRONTEND=noninteractive0 B11RUN /bin/sh -c apt update2.15 MB12COPY /app/node_modules ./node_modules # buildkit136.55 MB13COPY /app/package*.json ./ # buildkit219.13 KB14COPY /app/dist ./dist # buildkit148.53 KB15EXPOSE map[3000/tcp:{}]0 B16CMD ["npm" "run" "start:prod"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1749513600'