sha256:c030bf3bb1ec9d5c78934eed0a86284c1cb52c5d499d1bb4593ee04d29cda8e5
OS/ARCH
linux/amd64
Compressed size
117.06 MB
Last pushed
3 months by denibertovic
Type
Image
Manifest digest
sha256:c030bf3bb1ec9d5c78934eed0a86284c1cb52c5d499d1bb4593ee04d29cda8e5
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.14.10 B11RUN /bin/sh -c yarn set1.97 MB12RUN /bin/sh -c apt-get update20.02 MB13ENV PID1_VERSION=0.1.3.10 B14RUN /bin/sh -c curl -sSL521.46 KB15COPY docker-entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit355 B16ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B17WORKDIR /app93 B18ENV NODE_ENV=production0 B19ENV NEXT_TELEMETRY_DISABLED=10 B20RUN /bin/sh -c addgroup --system663 B21RUN /bin/sh -c adduser --system668 B22ENV HOME=/home/nextjs0 B23RUN /bin/sh -c mkdir .next115 B24RUN /bin/sh -c chown nextjs:nodejs119 B25COPY /app/next.config.js ./ # buildkit402 B26COPY /app/public ./public # buildkit1.31 KB27COPY /app/package.json ./package.json # buildkit1.08 KB28COPY /app/.yarnrc.yml ./ # buildkit279 B29COPY /app/yarn.lock ./ # buildkit109.78 KB30COPY /app/drizzle ./drizzle # buildkit2.48 KB31COPY --chown=nextjs:nodejs /app/.next/standalone ./ #15.62 MB32COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #378.87 KB33COPY /app/scripts/migrate.js ./scripts/ # buildkit638 B34COPY /app/build-scripts/createsuperuser.js ./scripts/ # buildkit1.83 KB35COPY /app/node_modules/drizzle-orm ./node_modules/drizzle-orm # buildkit1.19 MB36COPY /app/node_modules/postgres ./node_modules/postgres # buildkit80.94 KB37COPY /app/node_modules/bcryptjs ./node_modules/bcryptjs # buildkit77.61 KB38EXPOSE [3000/tcp]0 B39ENV PORT=30000 B40ENV HOSTNAME=0.0.0.00 B41CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'