sha256:96823c15d7bbf4fb2a1e15e91390843e6b77680b4357cf05e5cde7b0f2152642
OS/ARCH
Compressed size
623.17 MB
Last pushed
about 1 year by nishmithas
Type
Image
Manifest digest
sha256:12fdb962ac8eaf4bf9a620d28182cec33ff638608981f6fcc775cb94fedaa544
Image Layers
1# debian.sh --arch 'arm64' out/46.1 MB2RUN /bin/sh -c set -eux;22.48 MB3RUN /bin/sh -c set -eux;61.39 MB4RUN /bin/sh -c set -ex;193.46 MB5RUN /bin/sh -c groupadd --gid3.24 KB6ENV NODE_VERSION=20.19.40 B7RUN /bin/sh -c ARCH= &&46.37 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13WORKDIR /app91 B14ENV NODE_ENV=production0 B15ENV NEXT_DISABLE_ESLINT=true0 B16RUN /bin/sh -c groupadd -r1.11 KB17COPY /app/.next .next # buildkit19.56 MB18COPY /app/node_modules ./node_modules # buildkit106.44 MB19COPY /app/package.json ./package.json # buildkit679 B20COPY /app/public ./public # buildkit69.37 KB21COPY /app/scripts ./scripts # buildkit1.35 KB22COPY /app/dist-worker ./dist-worker # buildkit14.09 KB23COPY /app/worker ./worker # buildkit2.74 KB24COPY /app/next.config.ts ./next.config.ts # buildkit317 B25RUN /bin/sh -c mkdir -p126.1 MB26VOLUME [/app/data]0 B27EXPOSE map[3000/tcp:{}]0 B28USER app0 B29EXPOSE map[3000/tcp:{}]0 B30ENV NATS_WATCH_INTERNAL_BASE_URL=http://127.0.0.1:30000 B31CMD ["sh" "-lc" "npm run0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'