sha256:770340b568aa244314d4a6702fba62d0d699bf66aba1634d4cd347a7ba573c65
OS/ARCH
linux/amd64
Compressed size
1.76 GB
Last pushed
over 1 year by helicone
Type
Image
Manifest digest
sha256:770340b568aa244314d4a6702fba62d0d699bf66aba1634d4cd347a7ba573c65
Image Layers
1# debian.sh --arch 'amd64' out/46.24 MB2RUN /bin/sh -c set -eux;22.9 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -ex;201.56 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=20.19.10 B7RUN /bin/sh -c ARCH= &&46.37 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13COPY ./package.json /app/web/package.json # buildkit1.83 KB14COPY ./yarn.lock /app/web/yarn.lock # buildkit166.85 KB15WORKDIR /app/web32 B16RUN /bin/sh -c yarn #1.36 GB17COPY . /app/web # buildkit33.83 MB18RUN /bin/sh -c find /app/web92 B19RUN /bin/sh -c rm .env.*92 B20EXPOSE map[3000/tcp:{}]0 B21CMD ["yarn" "dev:local"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'