Some checks failed
Build games-landing / build (push) Failing after 13s
Includes: - Game Night landing page with health checks - FTB StoneBlock 4 server info & command reference - Dockerfile for nginx deployment - Forgejo CI/CD workflow
4 lines
133 B
Docker
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
|