sha256:3b92a6c4e58ce841c79f65201ae3487af84e774e34ecac989684f775eb78f879
OS/ARCH
Compressed size
101.81 MB
Last pushed
11 months by kiwicopple
Type
Image
Manifest digest
sha256:eb37fa22c31d3f3b13fe794e4f6aa90e1ce0dc0994915ade8fec1d4682890588
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.19.50 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.08 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update3.35 MB11WORKDIR /usr/src/app133 B12COPY /usr/src/app/node_modules node_modules # buildkit30.71 MB13COPY /usr/src/app/dist dist # buildkit108.38 KB14COPY package.json ./ # buildkit1.29 KB15ENV PG_META_PORT=80800 B16CMD ["node" "dist/server/server.js"]0 B17EXPOSE [8080/tcp]0 B18HEALTHCHECK &{["CMD-SHELL" "node -e \"fetch('http://localhost:8080/health').then((r)0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1760918400'