sha256:95f0d8a2766b66ff25fd71a81d66e350a4c7f7d7afaa45a32733b6b9d89cb1fd
OS/ARCH
Compressed size
191.33 MB
Last pushed
6 months by negrii
Type
Image
Manifest digest
sha256:ed1706cc83cfa43d49d52b72c5bb379216e5fecfa9d1c277cae9b4e85ade60cf
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.22.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.67 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update25.45 MB11RUN /bin/sh -c npm install20.71 MB12WORKDIR /app93 B13COPY /app/node_modules ./node_modules # buildkit65.61 MB14COPY package*.json ./ # buildkit57.91 KB15COPY tsconfig.json . # buildkit706 B16COPY index.ts . # buildkit1 KB17COPY src/ ./src/ # buildkit3.39 MB18COPY config/ ./config/ # buildkit931 B19COPY ecosystem.config.js . # buildkit428 B20VOLUME [/app/credentials /app/instances /app/logs /app/maps]0 B21CMD ["pm2-runtime" "ecosystem.config.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'