sha256:d50d7937d8eb1ed50c8393c0e24b326ae84a6f6a7f0c1eb75bb3344a66451d58
OS/ARCH
Compressed size
89.73 MB
Last pushed
6 months by emmanuelgautier
Type
Image
Manifest digest
sha256:6ff45ec14b14ec9b2d174a28fd9c0dabef67ba3c378410b3d787c9484e209999
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.14.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.13 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /usr/src/app132 B11COPY package*.json ./ # buildkit61.48 KB12RUN /bin/sh -c npm ci14.08 MB13COPY ./bin ./bin # buildkit1.25 KB14COPY /usr/src/app/build ./build # buildkit13.68 KB15EXPOSE [3000/tcp]0 B16CMD ["node" "bin/run.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'