sha256:348e730617d23e872bab34eb13dcdfc411bf02cab1561fe8c5d275411b3b7795
OS/ARCH
linux/amd64
Compressed size
279.65 MB
Last pushed
4 months by io2060
Type
Image
Manifest digest
sha256:348e730617d23e872bab34eb13dcdfc411bf02cab1561fe8c5d275411b3b7795
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.22.30 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.61 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.47 MB11RUN /bin/sh -c corepack enable55.64 KB12WORKDIR /app92 B13COPY package.json package.json # buildkit1012 B14COPY pnpm-lock.yaml pnpm-lock.yaml # buildkit79.94 KB15RUN /bin/sh -c pnpm install59.8 MB16COPY ./src ./src # buildkit28.33 KB17COPY tsconfig.json tsconfig.json # buildkit290 B18COPY tsconfig.build.json tsconfig.build.json # buildkit504 B19RUN /bin/sh -c pnpm build51.18 KB20VOLUME [/app/dist/config]0 B21CMD ["pnpm" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'