sha256:d00f15cffbc631fc5e282387490526990174062ce4ac367ed8fb081ce65f467d
OS/ARCH
linux/amd64
Compressed size
455.16 MB
Last pushed
over 1 year by starzeus
Type
Image
Manifest digest
sha256:d00f15cffbc631fc5e282387490526990174062ce4ac367ed8fb081ce65f467d
Image Layers
1ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit3.47 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=20.19.00 B4RUN /bin/sh -c addgroup -g40.96 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11ENV NODE_ENV=production0 B12ENV NEXT_TELEMETRY_DISABLED=10 B13ENV HOST=0.0.0.00 B14RUN /bin/sh -c addgroup --system461 B15RUN /bin/sh -c adduser --system974 B16RUN /bin/sh -c npm install10.23 MB17COPY /app/public ./public # buildkit14.04 KB18COPY /app/server.ts ./server.ts # buildkit1.16 KB19COPY /app/lib ./lib # buildkit18.14 KB20COPY /app/node_modules ./node_modules # buildkit195.77 MB21COPY /app/next.config.ts ./next.config.ts # buildkit587 B22RUN /bin/sh -c mkdir .next114 B23RUN /bin/sh -c chown nextjs:nodejs121 B24COPY --chown=nextjs:nodejs /app/.next/standalone ./ #31.55 MB25COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #825.51 KB26COPY /app/drizzle ./drizzle # buildkit528 B27COPY /app/drizzle.config.ts ./drizzle.config.ts # buildkit360 B28RUN /bin/sh -c chown -R171.14 MB29USER nextjs0 B30ENV PORT=30000 B31ENV SMTP_SERVER_PORT=25250 B32ENV APP_MODE=all0 B33EXPOSE map[3000/tcp:{}]0 B34EXPOSE map[2525/tcp:{}]0 B35CMD ["/bin/sh" "-c" "npx drizzle-kit0 BCommand
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit