sha256:6011940ec4b6b6eb380d64123f0095743a64800c3b8b91e8d6c32f3bc1ea10d9
OS/ARCH
linux/amd64
Compressed size
147.85 MB
Last pushed
3 months by bmcgonag
Type
Image
Manifest digest
sha256:f3c55be755f1d5863f3944c59bd6d24dbecaed67cd586fc43edacb470a0de18b
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11ENV NODE_ENV=production0 B12RUN /bin/sh -c apt-get update2.7 MB13RUN /bin/sh -c groupadd -r1.11 KB14COPY /app/package*.json ./ # buildkit48.96 KB15COPY /app/node_modules ./node_modules # buildkit38.47 MB16COPY /app/prisma ./prisma # buildkit4.42 KB17COPY /app/src ./src # buildkit21.51 KB18COPY docker-entrypoint.prod.sh /docker-entrypoint.prod.sh # buildkit352 B19RUN /bin/sh -c chmod +x353 B20RUN /bin/sh -c mkdir -p38.54 MB21USER nodejs0 B22EXPOSE [3000/tcp]0 B23ENTRYPOINT ["/docker-entrypoint.prod.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'