sha256:005d4c1d1b29b50a0cb190c5e514241c10a3d545b8e8513e197985e3079b4d94
OS/ARCH
linux/amd64
Compressed size
203.19 MB
Last pushed
3 months by xiuxiumycena
Type
Image
Manifest digest
sha256:9d7beeac7bc82ccc762249d2f6c4a6760509c1acbe941c667f855a53c5a45876
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/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV NODE_ENV=production0 B11WORKDIR /app92 B12RUN /bin/sh -c apt-get update2.7 MB13COPY /app/node_modules ./node_modules # buildkit124.14 MB14COPY /app/dist ./dist # buildkit84.62 KB15COPY package*.json prisma.config.ts ./ #94.37 KB16COPY prisma ./prisma # buildkit1.98 KB17COPY docker-entrypoint.sh ./docker-entrypoint.sh # buildkit426 B18RUN /bin/sh -c chmod +x422 B19EXPOSE [4001/tcp]0 B20ENTRYPOINT ["./docker-entrypoint.sh"]0 B21CMD ["node" "dist/src/main.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'