sha256:b852a62ee0b5651af0fb6401c77517c2df9b7f85b4965a9c4b1b223faac8fdf8
OS/ARCH
Compressed size
487.41 MB
Last pushed
about 13 hours by appwrite
Type
Image
Manifest digest
sha256:08463f8d99acbdd062961d771df204e4e90ef0eeba20e25fe2a30db82e62d3fa
Image Layers
1# debian.sh --arch 'arm64' out/47.4 MB2RUN /bin/sh -c apt-get update5.96 MB3COPY docker-entrypoint.sh /usr/local/bin # buildkit297 B4COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit36.3 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/app139 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.32 MB20COPY /app/public/fonts-ttf/ /usr/share/fonts/appwrite/ # buildkit169.85 KB21RUN /bin/sh -c fc-cache -f3.84 KB22COPY /app/dist/ dist # buildkit169.62 MB23COPY /app/node_modules/ node_modules # buildkit213.12 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 'arm64' out/ 'trixie' '@1787529600'