sha256:182e8cc6cec4ced6d835976cc53f58f09c2678b2a0ac5cf180cd9c8896598f8c
OS/ARCH
linux/amd64
Compressed size
157.91 MB
Last pushed
6 months by pilotso11
Type
Image
Manifest digest
sha256:e7c48eda2ab23a23ada52a61bbfc61eb472f0ec164e975e12e91b56617a282a9
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 # buildkit38.48 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 B14RUN /bin/sh -c apt-get update2.26 MB15WORKDIR /app91 B16COPY /app/backend/server . # buildkit6.26 MB17COPY /app/frontend/dist /app/dist # buildkit517.67 KB18COPY package.json /app/ # buildkit213 B19COPY packages/core/src /app/packages/core/src # buildkit11.9 KB20COPY packages/core/package.json /app/packages/core/ # buildkit281 B21COPY renderer/src /app/renderer/src # buildkit4.6 KB22COPY renderer/tsconfig.json /app/renderer/ # buildkit307 B23COPY renderer/package.json /app/renderer/ # buildkit309 B24COPY /app/node_modules /app/node_modules # buildkit63.38 MB25COPY /app/renderer/node_modules /app/renderer/node_modules # buildkit267 B26ENV STATIC_FILES_DIR=/app/dist0 B27ENV RENDERER_DIR=/app/renderer0 B28ENV PORT=80000 B29EXPOSE [8000/tcp]0 B30CMD ["./server"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'