sha256:4b73581d1e45339df135b2a5befbb5956269f7af74ec0b58b2c4b36cd0900206
OS/ARCH
linux/amd64
Compressed size
112.82 MB
Last pushed
over 1 year by denibertovic
Type
Image
Manifest digest
sha256:4b73581d1e45339df135b2a5befbb5956269f7af74ec0b58b2c4b36cd0900206
Image Layers
1# debian.sh --arch 'amd64' out/27.79 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=23.11.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.67 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV YARN_VERSION=4.9.10 B11RUN /bin/sh -c yarn set1.98 MB12RUN /bin/sh -c apt-get update19.93 MB13ENV PID1_VERSION=0.1.3.10 B14RUN /bin/sh -c curl -sSL521.46 KB15COPY docker-entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit286 B16ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B17WORKDIR /app93 B18ENV NODE_ENV=production0 B19ENV NEXT_TELEMETRY_DISABLED=10 B20RUN /bin/sh -c addgroup --system660 B21RUN /bin/sh -c adduser --system667 B22ENV HOME=/home/nextjs0 B23RUN /bin/sh -c mkdir .next115 B24RUN /bin/sh -c chown nextjs:nodejs120 B25COPY /app/next.config.js ./ # buildkit347 B26COPY /app/public ./public # buildkit1.31 KB27COPY /app/package.json ./package.json # buildkit761 B28COPY --chown=nextjs:nodejs /app/.next/standalone ./ #12.98 MB29COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #334.63 KB30EXPOSE map[3000/tcp:{}]0 B31ENV PORT=30000 B32ENV HOSTNAME=0.0.0.00 B33CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'