commit 1c8dc46bdeaa87662d88f29193db80bbedfe80c5 Author: Maxwell Pauly Date: Wed Apr 29 16:12:31 2026 -1000 initial: minimal nginx serving an HTML page (Phase-1 Forgejo smoke test) diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..8e6b637 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +RUN echo '

hello from binarybeachio

built locally, pushed to Forgejo, pulled by Coolify.

' > /usr/share/nginx/html/index.html