sha256:c05aff504a15afb7858d192c840f7b9794ca0dae58b36bf64fc18ba17c7d5725
OS/ARCH
Compressed size
258.89 MB
Last pushed
3 months by jiasongji
Type
Image
Manifest digest
sha256:8da2926a7546c9c4d622fb081c0d6eae4e2795fdaa8a2e3920ce43e9c7d790e9
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.47 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 /app93 B11ENV NODE_ENV=production0 B12ENV NEXT_TELEMETRY_DISABLED=10 B13ENV PORT=30000 B14ENV HOSTNAME=0.0.0.00 B15RUN /bin/sh -c apt-get update6.36 MB16COPY /app/package.json ./package.json # buildkit595 B17COPY /app/node_modules ./node_modules # buildkit156.9 MB18COPY /app/prisma ./prisma # buildkit2.7 KB19COPY /app/public ./public # buildkit160 B20COPY /app/.next/standalone ./ # buildkit27.45 MB21COPY /app/.next/static ./.next/static # buildkit250.83 KB22COPY /app/scripts ./scripts # buildkit3.11 KB23RUN /bin/sh -c chmod +x32 B24EXPOSE [3000/tcp]0 B25HEALTHCHECK {Test:[CMD-SHELL sh -c 'code=$(curl0 B26CMD ["./scripts/start.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1776729600'