ci: update hello-world app files

This commit is contained in:
Ansible
2026-09-22 16:15:27 +02:00
commit 73b9a2d815
6 changed files with 245 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80