sha256:935c93ee9d6e23c43d642b8b7a20f5cc0f6bbff848cc24d79ef885b8daf1e110
OS/ARCH
linux/amd64
Compressed size
76.92 MB
Last pushed
5 months by io2060
Type
Image
Manifest digest
sha256:83d6b27fbb7718633a11d442073485aee0fd86930c6eede784a24ad3e8d881d6
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 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 B10WORKDIR /app93 B11COPY package.json package-lock.json* ./ #16.29 KB12RUN /bin/sh -c npm ci8.82 MB13COPY /app/dist ./dist # buildkit15.31 KB14RUN /bin/sh -c mkdir -p111 B15EXPOSE [4000/tcp]0 B16CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'