sha256:44666a7771144e6f4488e693fb9bbee1d36c6939aedf61e21f8abbb9669261e5
OS/ARCH
Compressed size
120.62 MB
Last pushed
7 months by mekayelanik
Type
Image
Manifest digest
sha256:d9864abe1507a02214515c8fb69947a6fc2e4e2b7913704f8b2b9be51b15192c
Image Layers
1# debian.sh --arch 'arm64' out/21.5 MB2RUN /bin/sh -c groupadd --gid3.2 KB3ENV NODE_VERSION=25.6.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=36.71 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.25 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit435 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update3.22 MB11COPY ./resources/ /usr/local/bin/ # buildkit6.81 KB12RUN /bin/sh -c chmod +x5.18 KB13COPY /app/dist /app/dist # buildkit19.24 KB14COPY /app/node_modules /app/node_modules # buildkit57.52 MB15COPY /app/package.json /app/ # buildkit681 B16WORKDIR /app16 B17RUN /bin/sh -c npm install406.91 KB18ARG PORT=80050 B19ARG API_KEY=0 B20ENV PORT=80050 B21ENV API_KEY=0 B22HEALTHCHECK &{["CMD-SHELL" "nc -z localhost0 B23ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1769990400'