sha256:4f0a3eaf1951353d1fdb8debcf791c0e25738025e24686cd93583abe848ab6fa
OS/ARCH
linux/amd64
Compressed size
115.24 MB
Last pushed
9 months by asdumitrescu
Type
Image
Manifest digest
sha256:4f0a3eaf1951353d1fdb8debcf791c0e25738025e24686cd93583abe848ab6fa
Image Layers
1# debian.sh --arch 'amd64' out/28.85 MB2RUN /bin/sh -c groupadd --gid3.97 KB3ENV NODE_VERSION=18.20.80 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=36.5 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.66 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update29.95 MB12COPY package*.json ./ # buildkit23.46 KB13RUN /bin/sh -c npm ci18.22 MB14COPY /app/dist ./dist # buildkit43.03 KB15EXPOSE [5000/tcp]0 B16CMD ["npm" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1747699200'