sha256:dcaee1b8df0b3a93f4be63d38355a00e6ffb3371ad833aa488fe7d35fa83f873
OS/ARCH
Compressed size
102.63 MB
Last pushed
11 months by mikesir87
Type
Image
Manifest digest
sha256:9394399b4d490bf1a2956d1f02741550275651f1556adc344ff21dde0650e0f9
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.20.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.12 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit444 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /usr/local/app135 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 # buildkit19.48 MB18EXPOSE [3000/tcp]0 B19CMD ["node" "src/index.mjs"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1759104000'