sha256:f9c3de3af807f2455754caf3619e394abe48ab3744712e2dae3d60f02322fd78
OS/ARCH
Compressed size
106.22 MB
Last pushed
about 2 months by sageil
Type
Image
Manifest digest
sha256:777267abab87cb566c26cc231082b3f984974cc5cdfe6c9bf2866e10549c00b2
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=26.5.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=52.3 MB5COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B6ENTRYPOINT ["docker-entrypoint.sh"]0 B7CMD ["node"]0 B8ENV NODE_ENV=production0 B9WORKDIR /app93 B10COPY /app/node_modules ./node_modules # buildkit24.36 MB11COPY /app/dist ./dist # buildkit635.05 KB12COPY /app/drizzle ./drizzle # buildkit38.26 KB13COPY /app/queries ./queries # buildkit3.7 KB14COPY web ./web # buildkit508.1 KB15COPY package.json ./ # buildkit1.54 KB16USER node0 B17CMD ["node" "dist/cli/index.js" "worker"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'