sha256:9b1eaa2e0383644edb37d75b67edfe5f2255b2eb11d0f00deae20c7162ebcc47
OS/ARCH
Compressed size
487.89 MB
Last pushed
1 day by appwrite
Type
Image
Manifest digest
sha256:817c36b4b0d8e3adf3a1d2fdaf2cfd4822f01aac8394b414596a1c1981902a4c
Image Layers
1# debian.sh --arch 'amd64' out/47.05 MB2RUN /bin/sh -c apt-get update5.63 MB3COPY docker-entrypoint.sh /usr/local/bin # buildkit296 B4COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit35.72 MB5RUN /bin/sh -c mkdir -p185 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 B17ENV PORT=30000 B18ENV APPWRITE_SPECS_ROOT=/app/dist/specs0 B19RUN /bin/sh -c apt-get update5.31 MB20COPY /app/public/fonts-ttf/ /usr/share/fonts/appwrite/ # buildkit169.86 KB21RUN /bin/sh -c fc-cache -f3.84 KB22COPY /app/dist/ dist # buildkit169.45 MB23COPY /app/node_modules/ node_modules # buildkit215.04 MB24COPY server.ts server.ts # buildkit9.34 KB25COPY src/ src/ # buildkit9.5 MB26EXPOSE [3000/tcp]0 B27HEALTHCHECK {Test:[CMD-SHELL bun -e '0 B28CMD ["bun" "--preload" "./src/lib/sentry/init-server.ts" "./server.ts"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'