sha256:4491e8a78fe9c26a6904c21ff36ebea915995de474afb67d2749e1a2306de891
OS/ARCH
Compressed size
487.26 MB
Last pushed
2 days by appwrite
Type
Image
Manifest digest
sha256:ef6dde73ddb6d3daff6bb3dbc73d7cd5b9246aa3201c595be5316519ce44d392
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 B16COPY package.json package.json # buildkit2.41 KB17COPY bun.lock bun.lock # buildkit90.15 KB18ENV NODE_ENV=production0 B19ENV PORT=30000 B20ENV APPWRITE_SPECS_ROOT=/app/dist/specs0 B21RUN /bin/sh -c apt-get update5.32 MB22COPY /app/public/fonts-ttf/ /usr/share/fonts/appwrite/ # buildkit169.85 KB23RUN /bin/sh -c fc-cache -f3.83 KB24COPY /app/dist/ dist # buildkit169.42 MB25COPY /app/node_modules/ node_modules # buildkit213.1 MB26COPY server.ts server.ts # buildkit9.34 KB27COPY src/ src/ # buildkit9.48 MB28EXPOSE [3000/tcp]0 B29HEALTHCHECK {Test:[CMD-SHELL bun -e '0 B30CMD ["bun" "--preload" "./src/lib/sentry/init-server.ts" "./server.ts"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'