sha256:bdd3869763d9272ee12baa7bec12f4cc9b6d64b6876c94d8f3239a857a31b7f9
OS/ARCH
linux/amd64
Compressed size
276.9 MB
Last pushed
about 1 month by eshaldev
Type
Image
Manifest digest
sha256:5b63436e5cd6c00073ff8c87e63dc42399e29ac34bc9db6c75a440ad407339c2
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update332 B11WORKDIR /app93 B12COPY /app/node_modules ./node_modules # buildkit99.3 MB13COPY /app/dist ./dist # buildkit1.04 MB14COPY /app/package.json ./package.json # buildkit828 B15COPY /app/prisma ./prisma # buildkit23.98 KB16ENV NODE_ENV=production0 B17ENV PORT=50000 B18RUN /bin/sh -c groupadd -r1.11 KB19RUN /bin/sh -c chown -R100.36 MB20USER eshal0 B21HEALTHCHECK &{["CMD-SHELL" "wget -qO- http://localhost:5000/health0 B22EXPOSE map[5000/tcp:{}]0 B23CMD ["node" "dist/server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'