Files
testvue/Dockerfile
T
2026-01-28 17:01:59 +01:00

2 lines
105 B
Docker

FROM nginx:alpine
RUN echo "<h1>Ciao da Gitea Actions su GKE! v1</h1>" > /usr/share/nginx/html/index.html