sha256:30a53bda5e868dbf5c110a897cc3bbcd50d03e18fa468f81267e2e54d7529bc5
OS/ARCH
Compressed size
258.89 MB
Last pushed
3 months by jiasongji
Type
Image
Manifest digest
sha256:42e465a04df52259b2bec8f149b496ab675e457c96c24a42c04ee3b71a6e775c
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'