games-landing/Dockerfile
joshii 5aeaf567a7
Some checks failed
Build games-landing / build (push) Failing after 13s
Initial commit: Game Night landing + Minecraft cheat sheet
Includes:
- Game Night landing page with health checks
- FTB StoneBlock 4 server info & command reference
- Dockerfile for nginx deployment
- Forgejo CI/CD workflow
2026-03-17 23:31:54 +01:00

4 lines
133 B
Docker

FROM nginx:alpine
COPY . /usr/share/nginx/html/
RUN rm -f /usr/share/nginx/html/Dockerfile /usr/share/nginx/html/README.md
EXPOSE 80