Add Docker build + Gitea Actions CI (self-host at reformedwitness.net)

This commit is contained in:
2026-07-22 12:59:01 -05:00
parent ac09f91938
commit fe71a1864c
3 changed files with 25 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# syntax=docker/dockerfile:1
FROM nginx:1.27-alpine
COPY . /usr/share/nginx/html/
RUN rm -f /usr/share/nginx/html/README.md /usr/share/nginx/html/Dockerfile /usr/share/nginx/html/.dockerignore
EXPOSE 80