sha256:880e0d585bde5c92a7ae5dae500c440846e497bdfb5ba91f99d9db845b75f027
OS/ARCH
Compressed size
496.37 MB
Last pushed
15 days by anthochamp
Type
Image
Manifest digest
sha256:d354a8b9e4ea933c85713b2c68329dcd3dbf8a2d33f3fee901f07c872e0ba84b
Image Layers
1# debian.sh --arch 'amd64' out/28.86 MB2RUN /bin/sh -c groupadd --gid3.97 KB3ENV NODE_VERSION=22.23.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.65 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 B10ENV NODE_ENV=production0 B11ENV PRISMA_HIDE_UPDATE_MESSAGE=10 B12ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright0 B13ARG DEBIAN_FRONTEND=noninteractive0 B14WORKDIR /data93 B15COPY /usr/local/cargo/bin/monolith /usr/local/bin/monolith # buildkit4.4 MB16RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c2.88 MB17COPY /data/node_modules ./node_modules # buildkit200.88 MB18COPY /data/package.json /data/yarn.lock /data/.yarnrc.yml ./215.93 KB19COPY /data/apps/web ./apps/web # buildkit5.6 MB20COPY /data/apps/worker ./apps/worker # buildkit23.05 KB21COPY /data/packages ./packages # buildkit56.79 KB22ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=00 B23RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c1.07 MB24RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c203.08 MB25HEALTHCHECK {Test:[CMD /usr/bin/curl --silent --fail0 B26EXPOSE [3000/tcp]0 B27CMD ["sh" "-c" "export PATH=/data/node_modules/.bin:$PATH0 B28COPY --chmod=775 /rootfs/docker-entrypoint.sh / #1.66 KB29EXPOSE [3000/tcp]0 B30ENTRYPOINT ["/docker-entrypoint.sh"]0 B31CMD ["yarn" "concurrently:start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1783900800'