sha256:17bf899fbcb6426a1b3957e2a63568ee529cbff4a6c25b5fc0863573f7231a76
OS/ARCH
linux/amd64
Compressed size
127.1 MB
Last pushed
about 2 months by ajnart
Type
Image
Manifest digest
sha256:dda07d2257918012efbd0c8e0fa3e24659c86cb798f7ea0b0da42df7960122f9
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.16 MB15RUN /bin/sh -c echo $'#!/bin/bash\ncd195 B16RUN /bin/sh -c chmod +x190 B17RUN /bin/sh -c mkdir -p265 B18COPY /app/apps/nextjs/next.config.ts . # buildkit1.6 KB19COPY /app/apps/nextjs/package.json . # buildkit1.18 KB20COPY /app/pnpm-workspace.yaml ./pnpm-workspace.yaml # buildkit2.66 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 # buildkit2.64 MB23COPY /app/apps/nextjs/.next/standalone ./ # buildkit52.38 MB24COPY /app/apps/nextjs/.next/static ./apps/nextjs/.next/static # buildkit6.03 MB25COPY /app/apps/nextjs/public ./apps/nextjs/public # buildkit979.48 KB26COPY scripts/run.sh ./run.sh # buildkit1.05 KB27COPY --chmod=755 scripts/entrypoint.sh ./entrypoint.sh #731 B28COPY packages/redis/redis.conf /app/redis.conf # buildkit233 B29COPY nginx.conf /etc/nginx/templates/nginx.conf # buildkit492 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 B36ENTRYPOINT ["/app/entrypoint.sh"]0 B37CMD ["sh" "run.sh"]0 BCommand
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit