sha256:dc723529722dcc959ba39767ffe10b7da1020ee0396eaffbd8516a2117b348ae
OS/ARCH
Compressed size
159.36 MB
Last pushed
about 1 month by wgf007
Type
Image
Manifest digest
sha256:e68e692f388d91ce1dd0c222a2e73d617300f76d5cf9466b816199ddcc160741
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.22.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.18 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt update49.87 MB11WORKDIR /app93 B12COPY --chown=node:node /app/extra/healthcheck /app/extra/healthcheck #3.83 MB13COPY /app/frontend-dist /app/frontend-dist # buildkit2.59 MB14COPY /app/node_modules /app/node_modules # buildkit20 MB15COPY --chown=node:node . . #7.32 MB16RUN /bin/sh -c mkdir ./data112 B17ENV UV_USE_IO_URING=00 B18VOLUME [/app/data]0 B19EXPOSE [5001/tcp]0 B20HEALTHCHECK {Test:[CMD-SHELL extra/healthcheck || curl0 B21ENTRYPOINT ["/usr/bin/dumb-init" "--"]0 B22CMD ["tsx" "./backend/index.ts"]0 B23RUN /bin/sh -c npm run6.23 KBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'