Files
gitea-admin 33f7c16ee2
sampleapp-cicd / ci (push) Successful in 43s
sampleapp-cicd / deploy (push) Successful in 2s
Add sampleapp content + Gitea Actions CI/CD workflow
2026-07-18 16:15:11 +02:00

4 lines
77 B
Docker

FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80