initial: minimal nginx serving an HTML page (Phase-1 Forgejo smoke test)
This commit is contained in:
commit
1c8dc46bde
1 changed files with 2 additions and 0 deletions
2
Dockerfile
Normal file
2
Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue