initial: minimal nginx serving an HTML page (Phase-1 Forgejo smoke test)

This commit is contained in:
Maxwell Pauly 2026-04-29 16:12:31 -10:00
commit 1c8dc46bde

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM nginx:alpine
RUN echo '<h1>hello from binarybeachio</h1><p>built locally, pushed to Forgejo, pulled by Coolify.</p>' > /usr/share/nginx/html/index.html