sha256:37990b1921db109979f9a781c0a8c200b6e8044bf660c60c18e4a546de67d610
OS/ARCH
linux/amd64
Compressed size
135.35 MB
Last pushed
about 1 year by jimaek
Type
Image
Manifest digest
sha256:37990b1921db109979f9a781c0a8c200b6e8044bf660c60c18e4a546de67d610
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.6.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=49.23 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 update20.51 MB11ENV NODE_ENV=production0 B12COPY package.json package-lock.json /app/ #148.46 KB13WORKDIR /app32 B14RUN /bin/sh -c npm ci25.7 MB15COPY . /app # buildkit5.1 MB16COPY /app/dist /app/dist # buildkit150.81 KB17COPY /app/data /app/data # buildkit5.95 MB18ENV PORT=800 B19EXPOSE map[80/tcp:{}]0 B20ENTRYPOINT ["/usr/bin/tini" "--"]0 B21CMD ["npm" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'