sha256:3fc5c8a881cfb511d92d9a58b5ce7b1750d1e5684b47877d557af9022fcc65e0
OS/ARCH
Compressed size
324.06 MB
Last pushed
8 days by utharwynn
Type
Image
Manifest digest
sha256:5122eb3bb3216ccacdd4099fd631e81bd69ec63a8ce486436f2f20dec75767e4
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.74 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 B10WORKDIR /app92 B11ENV NEXT_TELEMETRY_DISABLED=10 B12RUN /bin/sh -c npm install12.61 MB13RUN /bin/sh -c apt-get update3.21 MB14WORKDIR /app32 B15ENV NODE_ENV=production0 B16ARG APP_VERSION0 B17ENV APP_VERSION=0 B18COPY /app/node_modules ./node_modules # buildkit232.02 MB19COPY package.json ./package.json # buildkit1008 B20COPY prisma ./prisma # buildkit23.12 KB21COPY prisma7.config.ts ./prisma7.config.ts # buildkit378 B22USER node0 B23CMD ["./node_modules/.bin/prisma" "migrate" "deploy"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1787529600'