sha256:dcaee1b8df0b3a93f4be63d38355a00e6ffb3371ad833aa488fe7d35fa83f873
OS/ARCH
Compressed size
101.49 MB
Last pushed
11 months by mikesir87
Type
Image
Manifest digest
sha256:c7d14760e4c18c9c9de48701fadcdfc3ecf81a4aa9acee099fcd6e9f4b8128b2
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.20.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.23 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 /usr/local/app134 B11ENV NODE_ENV=production0 B12COPY api/package*.json ./ # buildkit17.98 KB13RUN /bin/sh -c npm install3.91 MB14COPY api/ ./ # buildkit27.18 KB15COPY /usr/local/app/dist /usr/local/app/public # buildkit1.28 MB16COPY /usr/local/app /usr/local/sample-mcp-server # buildkit2.24 MB17COPY /usr/local/bin/docker /usr/local/bin/docker # buildkit18.34 MB18EXPOSE [3000/tcp]0 B19CMD ["node" "src/index.mjs"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1759104000'