sha256:16d902da506afc3e06afe00ae8128785d56a1c6e61ecf389618d46454decc67f
OS/ARCH
linux/amd64
Compressed size
127.09 MB
Last pushed
about 2 months by ajnart
Type
Image
Manifest digest
sha256:045f6b9616ee8d58524de0dde3c2f6ef81b2bf9a250d40f513fd40252c95a79b
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\ncd196 B16RUN /bin/sh -c chmod +x191 B17RUN /bin/sh -c mkdir -p262 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.37 MB24COPY /app/apps/nextjs/.next/static ./apps/nextjs/.next/static # buildkit6.03 MB25COPY /app/apps/nextjs/public ./apps/nextjs/public # buildkit979.47 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 # buildkit235 B29COPY nginx.conf /etc/nginx/templates/nginx.conf # buildkit489 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