sha256:c8983678c2a62c9adbccc5018f51eaa211942432bc5eae9203e7e80876b38703
OS/ARCH
Compressed size
213 MB
Last pushed
about 1 month by tenureai
Type
Image
Manifest digest
sha256:a83e77a9779ad063f41d4998bc830af97f5b132d414583ad4a632d80fcff1f73
Image Layers
1add root layout177.13 KB2mount /out from exec sh81.08 MB3build locale741.45 KB4add users and groups409 B5mkdir /app76 B6merge status22.15 KB7add metadata6.27 KB8WORKDIR /app32 B9COPY /etc/passwd /etc/passwd # buildkit218 B10COPY /etc/group /etc/group # buildkit187 B11COPY /app/dist ./dist # buildkit112.55 KB12COPY /app/node_modules ./node_modules # buildkit104.77 MB13COPY package*.json ./ # buildkit44.41 KB14COPY src/static ./dist/static # buildkit279.87 KB15COPY /tmp/lib/mongo_crypt_v1.so /app/vendor/mongo_crypt_v1.so # buildkit25.8 MB16COPY docker-compose.yml /app/docker-compose.yml # buildkit651 B17RUN /bin/sh -c mkdir -p143 B18COPY entrypoint.sh /entrypoint.sh # buildkit516 B19RUN /bin/sh -c chmod +x518 B20ENV NODE_ENV=production0 B21USER tenure0 B22EXPOSE [5757/tcp]0 B23ENTRYPOINT ["/entrypoint.sh"]0 B24CMD ["node" "dist/index.js"]0 BCommand
add root layout