sha256:a846dee2b0c3387002e8d43f066644f66fc93d702c72fb9017dc46d7fe2aabfd
OS/ARCH
Compressed size
423.93 MB
Last pushed
over 1 year by cheffromspace
Type
Image
Manifest digest
sha256:c0d974e341eea9bef05af035a848e1056e5d278b47f29af91697b712998841ff
Image Layers
1# debian.sh --arch 'arm64' out/26.77 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.1.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48.12 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 B10RUN /bin/sh -c apt-get update157.85 MB11RUN /bin/sh -c curl -fsSL72.94 MB12RUN /bin/sh -c npm install107.34 MB13RUN /bin/sh -c groupadd -g3.3 KB14RUN /bin/sh -c mkdir -p162 B15COPY claude-config.json /home/claudeuser/.config/claude/config.json # buildkit356 B16RUN /bin/sh -c chown -R355 B17WORKDIR /app93 B18COPY package*.json ./ # buildkit72.52 KB19RUN /bin/sh -c npm install5.51 MB20COPY . . # buildkit457.2 KB21RUN /bin/sh -c chmod +x32 B22RUN /bin/sh -c chown -R3.26 MB23EXPOSE map[3002/tcp:{}]0 B24ENV NODE_ENV=production PORT=30020 B25CMD ["bash" "/app/scripts/runtime/startup.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1747699200'