sha256:463f7a02568436d10cafc1f7a408128db222d2c6841ea6f2e6272a2ec78853ab
OS/ARCH
linux/amd64
Compressed size
860.71 MB
Last pushed
6 months by vibralabs
Type
Image
Manifest digest
sha256:d24399a8d003eecefc28802df73661f9a8fea9d616ee0acb9795218130d1852f
Image Layers
1# debian.sh --arch 'amd64' out/47.01 MB2COPY docker-entrypoint.sh /usr/local/bin # buildkit296 B3COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit37.28 MB4RUN /bin/sh -c mkdir -p184 B5ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin0 B6ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B7ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B8ARG BUN_INSTALL_BIN=/usr/local/bin0 B9ENV BUN_INSTALL_BIN=/usr/local/bin0 B10RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh3.32 KB11WORKDIR /home/bun/app138 B12ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B13CMD ["/usr/local/bin/bun"]0 B14WORKDIR /app93 B15ENV NODE_ENV=production0 B16COPY /usr/bin/caddy /usr/bin/caddy # buildkit16.21 MB17RUN /bin/sh -c apt-get update132.87 MB18COPY /app/node_modules ./node_modules # buildkit300.17 MB19COPY /app/apps/api/dist ./apps/api/dist # buildkit163.25 KB20COPY /app/apps/api/node_modules ./apps/api/node_modules # buildkit1.94 KB21COPY /app/packages/database ./packages/database # buildkit9.17 KB22COPY /app/packages/shared ./packages/shared # buildkit971 B23COPY /app/packages/email ./packages/email # buildkit11.61 KB24COPY /app/apps/web/.next/standalone ./ # buildkit24.64 MB25COPY /app/apps/web/.next/static ./apps/web/.next/static # buildkit446.89 KB26COPY /app/apps/web/public ./apps/web/public # buildkit193.92 KB27COPY docker/Caddyfile /etc/caddy/Caddyfile # buildkit410 B28COPY docker/unified-entrypoint.sh /app/unified-entrypoint.sh # buildkit1.83 KB29RUN /bin/sh -c chmod +x32 B30RUN /bin/sh -c mkdir -p301.7 MB31USER bun0 B32EXPOSE [8080/tcp]0 B33ENTRYPOINT ["/app/unified-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'