sha256:2c740da09bb8fadc5829cb56cc14e5890b4dc99f3dae6f590b3d0648c47c3d1b
OS/ARCH
linux/amd64
Compressed size
114.64 MB
Last pushed
about 1 year by denibertovic
Type
Image
Manifest digest
sha256:2c740da09bb8fadc5829cb56cc14e5890b4dc99f3dae6f590b3d0648c47c3d1b
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.94 MB13ENV PID1_VERSION=0.1.3.10 B14RUN /bin/sh -c curl -sSL521.46 KB15COPY docker-entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit351 B16ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B17WORKDIR /app93 B18ENV NODE_ENV=production0 B19ENV NEXT_TELEMETRY_DISABLED=10 B20RUN /bin/sh -c addgroup --system662 B21RUN /bin/sh -c adduser --system666 B22ENV HOME=/home/nextjs0 B23RUN /bin/sh -c mkdir .next115 B24RUN /bin/sh -c chown nextjs:nodejs121 B25COPY /app/next.config.js ./ # buildkit348 B26COPY /app/public ./public # buildkit1.31 KB27COPY /app/package.json ./package.json # buildkit1.07 KB28COPY /app/.yarnrc.yml ./ # buildkit307 B29COPY /app/yarn.lock ./ # buildkit110.02 KB30COPY /app/drizzle ./drizzle # buildkit1.66 KB31COPY --chown=nextjs:nodejs /app/.next/standalone ./ #13.31 MB32COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #346.76 KB33COPY /app/scripts/migrate.js ./scripts/ # buildkit637 B34COPY /app/build-scripts/createsuperuser.js ./scripts/ # buildkit1.7 KB35COPY /app/node_modules/drizzle-orm ./node_modules/drizzle-orm # buildkit1.19 MB36COPY /app/node_modules/postgres ./node_modules/postgres # buildkit80.95 KB37COPY /app/node_modules/bcryptjs ./node_modules/bcryptjs # buildkit77.61 KB38EXPOSE map[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'