This repository has been archived on 2026-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rwn-website/Dockerfile
T
austinandClaude Opus 4.8 f2be8ce247
build-and-publish / build (push) Successful in 3s
Add Docker build + Gitea Actions CI (self-host at reformedwitness.net)
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
2026-07-22 12:59:01 -05:00

6 lines
203 B
Docker

# 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