sha256:b780c3face14722fc7b814028f3e6ce412be1900503b65ca748d439f858e3658
OS/ARCH
Compressed size
911.4 MB
Last pushed
22 days by vibralabs
Type
Image
Manifest digest
sha256:ecc54c7b648cb48ad424e68a8c7d160a4d93a075b087fc2e9b0fbcdaf5890fc6
Image Layers
1# debian.sh --arch 'amd64' out/47.03 MB2RUN /bin/sh -c apt-get update2.27 MB3COPY docker-entrypoint.sh /usr/local/bin # buildkit294 B4COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit35.77 MB5RUN /bin/sh -c mkdir -p184 B6ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin0 B7ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B8ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B9ARG BUN_INSTALL_BIN=/usr/local/bin0 B10ENV BUN_INSTALL_BIN=/usr/local/bin0 B11RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh3.32 KB12WORKDIR /home/bun/app138 B13ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B14CMD ["/usr/local/bin/bun"]0 B15WORKDIR /app93 B16ENV NODE_ENV=production0 B17COPY /usr/bin/caddy /usr/bin/caddy # buildkit16.49 MB18RUN /bin/sh -c apt-get update131.17 MB19COPY /app/node_modules ./node_modules # buildkit321.22 MB20COPY /app/apps/api/dist ./apps/api/dist # buildkit226.56 KB21COPY /app/apps/api/node_modules ./apps/api/node_modules # buildkit2 KB22COPY /app/packages/database ./packages/database # buildkit11.19 KB23COPY /app/packages/shared ./packages/shared # buildkit1.23 KB24COPY /app/packages/email ./packages/email # buildkit12.17 KB25COPY /app/apps/web/.next/standalone ./ # buildkit29.04 MB26COPY /app/apps/web/.next/static ./apps/web/.next/static # buildkit619.05 KB27COPY /app/apps/web/public ./apps/web/public # buildkit193.92 KB28COPY docker/Caddyfile /etc/caddy/Caddyfile # buildkit764 B29COPY docker/unified-entrypoint.sh /app/unified-entrypoint.sh # buildkit1.9 KB30RUN /bin/sh -c chmod +x32 B31RUN /bin/sh -c mkdir -p327.37 MB32USER bun0 B33EXPOSE [8080/tcp]0 B34ENTRYPOINT ["/app/unified-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'