sha256:9b1eaa2e0383644edb37d75b67edfe5f2255b2eb11d0f00deae20c7162ebcc47
OS/ARCH
Compressed size
487.24 MB
Last pushed
4 days by appwrite
Type
Image
Manifest digest
sha256:119854f130f928ad6dbe9e723cdda6d2bbfa02cb037d750600415a24eff13f8a
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.86 KB21RUN /bin/sh -c fc-cache -f3.84 KB22COPY /app/dist/ dist # buildkit169.45 MB23COPY /app/node_modules/ node_modules # buildkit213.13 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'