sha256:53fef35163a503368e6b5a0d7f7c41e168e534beb8b4ba7c38523a26078b4f53
OS/ARCH
linux/amd64
Compressed size
298.58 MB
Last pushed
16 days by eshaldev
Type
Image
Manifest digest
sha256:b7509d6052c2380ffef9e6c08b8765167eee053f92909bd1dcb87b3a37440a74
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 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/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update333 B11WORKDIR /app93 B12COPY /app/node_modules ./node_modules # buildkit89.58 MB13COPY /app/dist ./dist # buildkit1.15 MB14COPY /app/package.json ./package.json # buildkit864 B15COPY /app/prisma ./prisma # buildkit10.23 MB16COPY /app/prisma ./dist/prisma # buildkit10.23 MB17ENV NODE_ENV=production0 B18ENV PORT=50000 B19RUN /bin/sh -c groupadd -r1.12 KB20RUN /bin/sh -c chown -R111.19 MB21USER eshal0 B22HEALTHCHECK &{["CMD-SHELL" "wget -qO- http://localhost:5000/health0 B23EXPOSE map[5000/tcp:{}]0 B24CMD ["node" "dist/server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'