sha256:6a375fc3075c607d29b9fd30f888f55013bea073bd20e2b13be587bb5b89b6bc
OS/ARCH
linux/amd64
Compressed size
88.77 MB
Last pushed
10 months by reharik
Type
Image
Manifest digest
sha256:6a375fc3075c607d29b9fd30f888f55013bea073bd20e2b13be587bb5b89b6bc
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.21.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.19 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 B10ENV NODE_ENV=production0 B11WORKDIR /app93 B12COPY /repo/apps/api/dist ./apps/api/dist # buildkit13.88 KB13RUN /bin/sh -c mkdir -p93 B14COPY /repo/apps/api/src/scripts/serverStartUpProd.sh ./apps/api/dist/scripts/serverStartUpProd.sh # buildkit364 B15RUN /bin/sh -c chmod +x375 B16COPY /repo/node_modules ./node_modules # buildkit13.01 MB17RUN /bin/sh -c (test -d93 B18EXPOSE [3000/tcp]0 B19CMD ["node" "apps/api/dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600'