sha256:fc25bc95e9a43634f9e2670f0f891a4b0465e59aa4ddcc85f900b6095587e911
OS/ARCH
linux/amd64
Compressed size
129.14 MB
Last pushed
about 1 month by ajnart
Type
Image
Manifest digest
sha256:f595a9dbf74d23231b6a5a36feeeff6a762e3d6d23147badefdaaf1c6b3033e5
Image Layers
1ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.18.00 B4RUN /bin/sh -c addgroup -g50.09 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app92 B11RUN /bin/sh -c apk add7.8 MB12RUN /bin/sh -c mkdir /appdata97 B13VOLUME [/appdata]0 B14COPY /app/packages/cli/cli.cjs /app/apps/cli/cli.cjs # buildkit1.17 MB15RUN /bin/sh -c echo $'#!/bin/bash\ncd197 B16RUN /bin/sh -c chmod +x193 B17RUN /bin/sh -c mkdir -p267 B18COPY /app/apps/nextjs/next.config.ts . # buildkit1.7 KB19COPY /app/apps/nextjs/package.json . # buildkit1.17 KB20COPY /app/pnpm-workspace.yaml ./pnpm-workspace.yaml # buildkit2.85 KB21COPY /app/node_modules/better-sqlite3/build/Release/better_sqlite3.node /app/build/better_sqlite3.node # buildkit1.16 MB22COPY /app/packages/db/migrations ./db/migrations # buildkit3.2 MB23COPY /app/apps/nextjs/.next/standalone ./ # buildkit52.92 MB24COPY /app/apps/nextjs/.next/static ./apps/nextjs/.next/static # buildkit6.96 MB25COPY /app/apps/nextjs/public ./apps/nextjs/public # buildkit979.47 KB26COPY scripts/run.sh ./run.sh # buildkit1.32 KB27COPY --chmod=755 scripts/entrypoint.sh ./entrypoint.sh #733 B28COPY packages/redis/redis.conf /app/redis.conf # buildkit234 B29COPY nginx.conf /etc/nginx/templates/nginx.conf # buildkit504 B30ENV DB_URL=/appdata/db/db.sqlite0 B31ENV DB_DIALECT=sqlite0 B32ENV DB_DRIVER=better-sqlite30 B33ENV AUTH_PROVIDERS=credentials0 B34ENV REDIS_IS_EXTERNAL=false0 B35ENV NODE_ENV=production0 B36EXPOSE [7575/tcp]0 B37ENTRYPOINT ["/app/entrypoint.sh"]0 B38CMD ["sh" "run.sh"]0 BCommand
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit