sha256:91a2cb15e4b9d8f5c4b922f542a91565982e2ef992b8ce5a2bab27ce237826b5
OS/ARCH
linux/amd64
Compressed size
279.69 MB
Last pushed
over 1 year by io2060
Type
Image
Manifest digest
sha256:91a2cb15e4b9d8f5c4b922f542a91565982e2ef992b8ce5a2bab27ce237826b5
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.16.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.68 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c set -x143.45 MB11RUN /bin/sh -c corepack enable56 KB12WORKDIR /app93 B13COPY package.json package.json # buildkit1013 B14COPY pnpm-lock.yaml pnpm-lock.yaml # buildkit79.94 KB15RUN /bin/sh -c pnpm install60.8 MB16COPY ./src ./src # buildkit28.18 KB17COPY tsconfig.json tsconfig.json # buildkit291 B18COPY tsconfig.build.json tsconfig.build.json # buildkit504 B19RUN /bin/sh -c pnpm build50.93 KB20VOLUME [/app/dist/config]0 B21CMD ["pnpm" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'