sha256:50b4e1d1eedac95f4ea7944f97a51e7071faa2b651e9b1002611ff3952618602
OS/ARCH
linux/amd64
Compressed size
242.06 MB
Last pushed
4 months by jiasongji
Type
Image
Manifest digest
sha256:50b4e1d1eedac95f4ea7944f97a51e7071faa2b651e9b1002611ff3952618602
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 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.51 MB16COPY /app/package.json ./package.json # buildkit597 B17COPY /app/node_modules ./node_modules # buildkit146.75 MB18COPY /app/prisma ./prisma # buildkit3.11 KB19COPY /app/public ./public # buildkit286 B20COPY /app/.next/standalone ./ # buildkit20.48 MB21COPY /app/.next/static ./.next/static # buildkit249.42 KB22COPY /app/scripts ./scripts # buildkit3.29 KB23RUN /bin/sh -c chmod +x3.15 KB24EXPOSE [3000/tcp]0 B25HEALTHCHECK &{["CMD-SHELL" "sh -c 'code=$(curl0 B26CMD ["./scripts/start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'