Files
Shifra Williams 1719a3b582 feat: add Render Blueprint for one-click self-host (#15478)
Adds one-click deploy to [Render](https://render.com) for self-hosters.
The change is additive: a root `render.yaml`, two small files under
`.render/`, and one button in the existing Self-Host section of the
README.
2026-08-14 16:14:50 +08:00

9 lines
250 B
Docker

# syntax=docker/dockerfile:1.7
# Adds a start script to the published AFFiNE image. Nothing is compiled here.
FROM ghcr.io/toeverything/affine:stable
COPY --chmod=0755 start.sh /usr/local/bin/render-start.sh
CMD ["/usr/local/bin/render-start.sh"]