sha256:83f624dbb6ce1a11e5dd6c435e7b5b10de369ba14daa030d25ff06e1cdb06b25
OS/ARCH
linux/amd64
Compressed size
93.21 MB
Last pushed
about 1 month by rockchin
Type
Image
Manifest digest
sha256:f99a4972db0d98773a46273ffd5f5d68a6551292addeb445e74b426f47071d63
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 B10ENV NODE_ENV=production APP_ENV=production PORT=3000 STATIC_DIR=/app/dist0 B11WORKDIR /app93 B12COPY /app/node_modules ./node_modules # buildkit16.71 MB13COPY /app/dist ./dist # buildkit187.61 KB14COPY /app/dist-server ./dist-server # buildkit136.72 KB15COPY /app/migrations ./migrations # buildkit2.65 KB16COPY /app/deploy/verify-database.mjs ./deploy/verify-database.mjs # buildkit812 B17RUN /bin/sh -c mkdir -p118 B18USER node0 B19EXPOSE [3000/tcp]0 B20HEALTHCHECK {Test:[CMD-SHELL node -e "fetch('http://127.0.0.1:3000/api/health').then(r=>{if(!r.ok)process.exit(1)}).catch(()=>process.exit(1))"]0 B21CMD ["node" "dist-server/server.mjs"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'